{% for href in admin.stylesheets %} {% endfor %} {% for src in admin.scripts %} {% endfor %} {{ _('Skip to the content') }}
{% if messages %} {#- Good news fades after a few seconds; a problem stays until it is closed, so nobody misses it for reading slowly. -#}
{% for message in messages %} {% set problem = message.kind == 'error' %}
{{ message.text }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}