75 | 76 | {% with messages = get_flashed_messages(with_categories=true) %} 77 | {% if messages %} 78 | {% for category, message in messages %} 79 | 84 | {% endfor %} 85 | {% endif %} 86 | {% endwith %} 87 | 88 | {% block content %}{% endblock %} 89 |