{% include "header.html" %} {% block title %}{% endblock %} {% include "navigation.html" %}
{% for category, message in get_flashed_messages(with_categories=true) %} {% endfor %}
{% block content %} {% endblock %} {% include "footer.html" %} {% block scripts %} {% endblock %}