{% with msgs = get_flashed_messages(with_categories=true) %} {% if msgs %}
{% for cat, m in msgs %}
{{ m }}
{% endfor %}
{% endif %} {% endwith %}