{% load static %} {% include "partials/head.html" %} {% block "extra_head" %}{% endblock %} {% include "partials/header.html" %}

{% block "title" %} {% endblock %}

{% include "partials/messages.html" %} {% block "content" %} {% endblock %}
{% include "partials/footer.html" %} {% include "partials/base_js.html" %} {% block "extra_foot" %}{% endblock %}