{% if config.extra.noindex %} {% endif %} {% if page_description %} {% else %} {% endif %} {% if favicon %} {% else %} {% endif %} {% if extra_css %} {% for path in extra_css %} {% endfor %} {% endif %} {% block extrahead %} {% endblock %}
{% include "site-header.html" %} {% include "site-secondary-header.html" %}
    {% for nav_item in nav %} {% include "nav.html" %} {% endfor %}
{% block content %} {{ content }} {% endblock %} {% if next_page or previous_page %} {% endif %}
{% include "global-site-footer.html" %}
{% for path in extra_javascript %} {% endfor %}