{% load static %} {% block extra_head %}{% endblock %} {% include "includes/header.html" %}
{% if messages %} {% endif %}
{% block content %}{% endblock %}
{% if show_footer|default:True %} {% include "includes/footer.html" %} {% endif %} {% block extra_js %}{% endblock %}