{% block head %}{% endblock %}
{{ _('My new Flask-App') }}
{% for label, href in NAV.items() %} {% include "nav_link.html" with context %} {% endfor %}
{% include "flashing.html" %}
{% block content %}{% endblock %}
{% include "modals/confirm_modal.html" %} {% include "modals/info_modal.html" %} {% block scripts %}{% endblock %}