{% if page_description %}
{% endif %} {% if site_author %}
{% endif %} {% block htmltitle %}
{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}
{% endblock %} {% if favicon %}
{% else %}
{% endif %} {# CSS #}
{%- for path in extra_css %}
{%- endfor %} {% if current_page %} {% endif %} {%- 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 "toc.html" %}
{% endfor %}
{# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #}
{{ site_name }}
{# PAGE CONTENT #}
{% include "breadcrumbs.html" %}
{% block content %} {{ content }} {% endblock %}
{%- block footer %} {% include "footer.html" %} {% endblock %}
{% include "versions.html" %}