{%- if not theme_bypass_main_logo %} {%- if logo %} {{ project }} {%- else %} {{ project }} {%- endif %} {%- endif %} {%- if version %} {{version}} {%- endif %} {%- for l in theme_logos %} {{ l['alt'] }} {%- endfor %}
    {% if theme_navbar_show_pages %}
  • {{theme_navbar_pages_title}}
      {{ toctree(maxdepth=4, collapse=False, includehidden=False) }}
  • {%- endif -%} {%- for title, href, isExternal in theme_navbar_links %}
  • {% if isExternal %} {{ title }} {%- else -%} {{ title }} {%- endif -%}
  • {%- endfor %}
{% include "navbarsearch.html" %}