{% endblock %} {% block flash %} {% set flash_messages = h.get_flashed_messages() | list %} {% if flash_messages %}
{% for category, message in h.get_flashed_messages(with_categories=true) %}
{{ h.literal(message) }}
{% endfor %}
{% endif %} {% endblock %} {% block footer %} {% include "footer.html" %} {% include "snippets/scripts.html" %} {% endblock %}