{% include "shared/loading.html" %} {% include "shared/messages.html" %}
{{ page_header or title }}
{% if messages and messages|length %}
{% for m in messages %}
{{ m.text }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}