{% block head %} {% include "includes/head.html" %} {% endblock head %}
{% include "includes/header.html" %}
{% block content %}{% endblock %}
{% include "includes/footer.html" %} {% include "includes/footer-js.html" %}