{% extends "base_root.html" %} {% load i18n staticfiles cms_tags menu_tags %} {% block body_class %}tpl-base{% endblock %} {% block body_content %} {% block header %} {% include "includes/header/header.html" %} {# overlay menu that gets in a modal #} {# required to hold the space for fixed headers #}
{# required for smooth scroll #}
{% endblock header %} {# start: content #}
{% block content_container %}
{% block content %}{% endblock %}
{% endblock content_container %}
{# end: content #} {% block footer %} {% endblock footer %} {% endblock body_content %}