{% block styles %}{% endblock %} {% block head_scripts %} {% endblock %} {# standard global header #} {% include "snippets/header.html" %} {# navigation proxy, use "base_nav.html" to implement #} {% block _navigation %}{% endblock %} {# general area for display messages #} {% block messages %}
{% endblock %} {# primary area for displaying page content. override CSS for a page specific style #}
{% block content %}{% endblock %}
{# standard global footer #} {% include "snippets/footer.html" %} {# any extra markup that needs to be included in the page for #} {# additional functionality, templates, hidden elements, etc. #} {% block extra_markup %}{% endblock %} {# the configuration for RequireJS which ensures the paths are #} {# correctly setup and able to be extended. #} {% block scripts %}{% endblock %}