{% 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 %}
{% if config.extra.platform_title %}

{{ config.extra.platform_title }}

{% else %}

Platform title

{% endif %}
{% if config.extra.header_tool_label %} {{ config.extra.header_tool_label }} {% else %} Wiki {% endif %}
Navigation icon
Close
{% if 'izsam-search' in config['plugins'] %} {% endif %}
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.theme.locale %} {% set js_path = 'js/theme-languages/theme-loc-' ~ config.theme.locale ~ '.js' %} {% endif %} {% if config.theme.locale and not 'en' in config.theme.locale %} {% set js_path = 'js/lunr-languages/lunr.' ~ config.theme.locale ~ '.js' %} {% endif %}