{% block htmltitle %}
{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}
{% endblock %} {% if favicon %}
{% else %}
{% endif %} {# CSS #}
{%- for path in extra_css %}
{%- endfor %} {%- block extrahead %} {% endblock %} {%- for path in extra_javascript %} {%- endfor %} {% if google_analytics %} {% endif %}
{# SIDE NAV, TOGGLES ON MOBILE #}
{{ site_name }}
{% include "searchbox.html" %}
{% for nav_item in nav %}
{% include "nav.html" %}
{% endfor %}
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
{{ site_name }}
{# PAGE CONTENT #}
{% include "breadcrumbs.html" %}
{% block content %} {{ content }} {% endblock %}