{% for category, msg in get_flashed_messages(with_categories=True) %}
{{ msg }}
{% endfor %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}