{% block site_meta %} {% if page.meta and page.meta.description %} {% elif config.site_description %} {% endif %} {% if page.canonical_url %} {% endif %} {% if page.previous_page %} {% endif %} {% if page.next_page %} {% endif %} {% endblock %} {% block htmltitle %} {%- if page.meta and page.meta.title -%} {{ page.meta.title }} - {{ config.site_name }} {%- else -%} {{ config.site_name }} {%- endif -%} {% endblock %} {% block favicon %} {% if config.theme.favicon %} {% endif %} {% endblock %} {% block styles %} {% endblock %} {% block fonts %} {% endblock %} {% for path in config.extra_css %} {% endfor %} {% block extrahead %}{% endblock %} {% if config.theme.palette %} {% include "partials/javascripts/palette.html" %} {% endif %} {% block state_toggles %} {% endblock %} {% block skip_to_content %} Skip to content {% endblock %} {% block header %} {% include "partials/header.html" %} {% endblock %}
{% block nav %} {% if nav %} {% include "partials/nav.html" %} {% endif %} {% endblock %}
{% block content %}
{% include "partials/content.html" %}
{% endblock %}
{% block toc %} {% if toc %} {% include "partials/toc.html" %} {% endif %} {% endblock %}
{% block footer %} {% include "partials/footer.html" %} {% endblock %} {% block search %} {% if "search" in config.plugins %} {% include "partials/search.html" %} {% endif %} {% endblock %} {% include "partials/progress.html" %} {% block config %} {% endblock %} {% block scripts %} {% endblock %} {% for path in config.extra_javascript %} {% endfor %}