{% if favicon %} {% else %} {% endif %} {% for path in extra_css %} {% endfor %} {% block extrahead %} {% endblock %}
{% include "site-header.html" %}
    {% for nav_item in nav %} {% include "nav.html" %} {% endfor %}
{% block content %} {{ content }} {% endblock %}
{% include "site-footer.html" %}
{% for path in extra_javascript %} {% endfor %} {% if google_analytics %} {% endif %}