{% if config.extra_css %}{% for css in config.extra_css %}
{% endfor %}{% endif %}
{% if page.toc %}
{% set ns = namespace(found=false) %} {% for item in nav %} {% if not ns.found %} {% if item.is_section %} {% for child in item.children %} {% if child.is_page and child.active %}
{{ item.title }}
/
{{ page.title }}
{% set ns.found = true %} {% endif %} {% endfor %} {% elif item.is_page and item.active %}
{{ page.title }}
{% set ns.found = true %} {% endif %} {% endif %} {% endfor %}
{% endif %}
{% if config.repo_url %}
{% endif %}
{{ page.content }}
{% if page.toc %} {% endif %}
{% if page.next_page or page.previous_page %}
{% if page.previous_page %}
Previous
← {{ page.previous_page.title }}
{% else %}
{% endif %} {% if page.next_page %}
Next
{{ page.next_page.title }} →
{% endif %}
{% endif %}
Esc
Type to search across all pages