{% block head %} {% include 'core/head.html' %} {% endblock %}
{% block header %} {% include 'layout/header.html' %} {% endblock %} {% block container %} {% include 'layout/container.html' %} {% endblock %} {% block footer %} {% include 'layout/footer.html' %} {% endblock %} {% block scripts %} {% include 'core/scripts.html' %} {% endblock %}