{%- block sidebarlogo %} {%- if logo %}{%- endif %} {%- endblock %} {% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%} {{ version|e }}
    {% for title, element in toctree_elements.items() %} {% if not element.children %}
  • {{ title }}
  • {% else %}
  • {{ title }}
      {% for title, element in element.children.items() %}
    • {{ title }}
    • {% endfor %}
  • {% endif %} {% endfor %}
  • Download