{% include 'base_head.html' %} {% block extrahead %}{% endblock %}
{% include 'includes/header.html' with context %}
{%- block content %}{% endblock -%}
... {% include 'base_body_scripts.html' %} {% block extrabody %}{% endblock %}