{% with msgs = get_flashed_messages(with_categories=true) %} {% if msgs %}
{% for category, message in msgs %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block body %}{% endblock %}