{% include "partials/css.html" %} {% include "partials/metadata.html" %} {% include "partials/js.html" %} {% block js %}{%endblock%} {% block css %}{%endblock%}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}
{% block body %}{% endblock %}