{% include "head.html" %}
{% include "header.html" %}
{% block page_content %} {% include "page_content.html" %} {% endblock page_content %}
{% include "footer.html" %} {% include "scripts.html" %}