{% extends _layout %} {% block title %}Your pages{% endblock %} {% block main %}

Media library

Here you can upload images to use them as backgrounds or as favicons

{% if (!empty($favicons)): %}

Favicons

{% foreach ($favicons as $image): %}
{% endforeach %} {% else : %}

Oh, sorry :( There is no favicons here right now. Let's upload first?

{% endif %}
{% if (!empty($backgrounds)): %}

Backgrounds

{% foreach ($backgrounds as $image): %}
{% endforeach %} {% else : %}

Oh, sorry :( There is no backgrounds here right now. Let's upload first?

{% endif %}
{% endblock %}