Log In
{% with msg=get_flashed_messages() %} {% if msg %}
{% for message in msg %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}