{% if page %}
{% else %}
{% endif %}
{% if page %}{{ page.title }} — {% endif %}{{ config.site_name }}
{%- for path in config.extra_css %}
{%- endfor %}
{%- block htmltitle %}{% endblock %} {%- block extrahead %}{% endblock %}
{%- include "partials/header.html" %} {%- include "partials/sidebar.html" %}
{%- block content %}{% endblock %}
{%- include "partials/toc.html" %} {%- include "partials/footer.html" %}
{%- include "partials/search.html" %} {%- for path in config.extra_javascript %} {%- endfor %} {%- block scripts %}{% endblock %}