{% 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 %}
{% block scripts %}{% endblock %}