{% if config.site_description %}{% endif %} {% if config.site_author %}{% endif %} {% if page.canonical_url %} {% endif %} {% if config.extra.twitter %} {% endif %} {% if config.site_description %} {% endif %} {% if config.extra.social_image %} {% endif %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% if page and page.meta.mindmap %} {% endif %} {% if page and page.meta.asciinema %} {% endif %} {%- for path in extra_css %} {%- endfor %} {% include "nav.html" %}
{% block content %} {% if page.meta.hide_toc %}
{% include "content.html" %}
{% else %}
{% include "toc.html" %}
{% include "content.html" %}
{% endif %} {% endblock %}
{% if page and page.meta.asciinema %} {% endif %} {% if not config.extra.search is defined or config.extra.search == true %} {% endif %} {%- for path in extra_javascript %} {%- endfor %} {% if not config.extra.search is defined or config.extra.search == true %} {% endif %} {% if page and page.is_homepage %} {% endif %}