{% block head -%}{% endblock -%}
{% include "nav.html" %} {% block header %}{% endblock %}
{% include "_messages.html" %} {% block content %}{% endblock %}
{% include "footer.html" %}
{##} {% block foot %}{% endblock %}