{% extends 'app.html' %} {% block content %}
{% for cat, msg in get_flashed_messages(with_categories=true) %}

{{ msg }}

{% endfor %} {% block body %}{% endblock %}
{% include 'footer.html' %} {% endblock %}