{% if tag_manager_code %} {% endif %}
{{ site_title if site_title else 'Documentation' }}
{% if tag_manager_code %}
{% endif %}
{% if site_root %}
{% endif %} {% if site_logo_url %}
{% endif %} {{ site_title if site_title else 'Documentation' }} {% if site_root %}
{% endif %}
Menu
{% if navigation %}
{% for item in navigation %}
{% if item.location %} {% if item.children %}
{{ item.title }}
{% else %}
{{ item.title }}
{% endif %} {% 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 or versions %}
{% endif %}