{{ notice }}
{% endfor %}
{% for warning in flash.warnings %}
{{ warning }}
{% endfor %}
{% for message in flash.messages %}
{% endfor %}
{% block content %}{% endblock %}
{% if site.monospace_font %} {% endif %} {{ javascripts() }} {{ trigger.call("admin_head") }}