{% 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 %}
{% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %}
{% else %}
{% if config.theme.colorscheme %}
{% else %}
{% endif %}
{% endif %}
{%- 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 %}
{% if not config.theme.disable_footer %}
{% endif %}
{%- block scripts %}
{% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %}
{% else %}
{% if config.theme.hljs_languages %}
{%- for lang in config.theme.hljs_languages %}
{%- endfor %}
{% endif %}
{% endif %}
{% if config.shortcuts %}
{% endif %}
{%- for path in config['extra_javascript'] %}
{%- endfor %}
{%- endblock %}
{% if 'search' in config['plugins'] %}{%- include "search-modal.html" %}{% endif %}
{%- include "keyboard-modal.html" %}