{% if site_root %}
{% endif %} {% if site_logo_url %}
{% endif %} {{ site_title if site_title else 'Documentation' }} {% if site_root %}
{% endif %}
Jump to main content
Menu
{% if navigation %}
{% for item in navigation %}
{% if item.location %}
{{ item.title }}
{% else %}
{{ item.title }}
{% endif %} {% if item.children %}
{% for child in item.children %}
{% if child.location %}
{{ child.title }}
{% else %}
{{ child.title }}
{% endif %} {% if child.children %}
{% for grandchild in child.children %}
{% if grandchild.location %}
{{ grandchild.title }}
{% else %}
{{ grandchild.title }}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% for breadcrumb in breadcrumbs %} {% if breadcrumb.active or not breadcrumb.location %}
{{ breadcrumb.title }}
{% else %}
{{ breadcrumb.title }}
{% endif %} {% endfor %}
{% endif %}
{{ content }}
{% if toc_items %} {% endif %}