{% if config.site_description %}{% endif %} {% if config.site_author %}{% endif %} {% if page.canonical_url %}{% endif %} {% block htmltitle %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% endblock %} {%- for path in config['extra_css'] %} {%- endfor %} {% if config.google_analytics %} {% endif %} {% block extrahead %} {% endblock %} {% include "nav.html" %}
{% block content %} {% if page.meta.disable_toc %}
{% include "content.html" %}
{% else %}
{% include "toc.html" %}
{% include "content.html" %}
{% endif %} {% endblock %}
{%- for path in config['extra_javascript'] %} {%- endfor %} {% if page and page.is_homepage %} {% endif %}