{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %}
{% block page_header %}{% endblock %}
{% block content %}{% endblock %}
{% block extrajs %}{% endblock %}
{# comment this out if you have no swag #}
{% include "ui/partial/miraload.html" %}
{#
{% include "ui/partial/footer.html" %}
#}