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