{% include "head.html" %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% include 'header.html' %} {% block content %} {% endblock content %} {% block extra_body %} {% endblock %} {% include 'footer.html' %} {% include 'scripts.html' %}