{% with messages = request.get('flash', []) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}