{% if page_description %}{% endif %} {% if site_author %}{% endif %} {% if canonical_url %} {% endif %} {% if favicon %} {% else %} {% endif %} {% if config.extra.twitter %} {% endif %} {% if page_description %} {% endif %} {% if config.extra.social_image %} {% endif %} {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} {% if current_page and meta.mindmap %} {% endif %} {% if current_page and meta.asciinema %} {% endif %} {%- for path in extra_css %} {%- endfor %} {% include "nav.html" %}
{% block content %} {% if meta.hide_toc %}
{% include "content.html" %}
{% else %}
{% include "toc.html" %}
{% include "content.html" %}
{% endif %} {% endblock %}
{% if current_page and 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 current_page and current_page.is_homepage %} {% endif %}