{% block theme_css %}{% if admin.theme %}{% endif %}{% endblock %} {% block extra_script %}{% endblock %}
{# themes position this fixed (top or bottom bar) or leave it in flow as a window above the model list #}
{% for category, message in get_flashed_messages(with_categories=true) %}

{{ message }}

{% endfor %} {% block pre_content %}{% endblock %} {% block content %}{% endblock %}

{% block footer %}Site administration{% endblock %}