{% if page and page.is_homepage %}{% endif %} {% if config.site_author %}{% endif %} {% if page and page.canonical_url %}{% endif %} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% for path in config.extra_css %} {% endfor %} {% block extrahead %}{% endblock %} {% for path in config.extra_javascript %} {% endfor %} {% include "header.html" %}
Topics
    {% for nav_item in nav %} {% include "nav.html" %} {% endfor %}
{% block content %} {{ page.content }} {% endblock %}
{% if page.toc %}
Contents
{% endif %}
{% if 'izsam-search' in config['plugins'] %} {% endif %} {% if page.next_page or page.previous_page %}
{% endif %}
{% include "footer.html" %} {% if config.extra.language and not 'en' in config.extra.language %} {% set js_path = 'js/lunr-languages/lunr.' ~ config.extra.language ~ '.js' %} {% endif %}