{%- block sidebarlogo %} {%- if logo %}{%- endif %} {%- endblock %} {% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%}
    {% if theme_about_links %}
  • About
      {%- for link in theme_about_links %}
    • {{ link[0] }}
    • {%- endfor %}
  • {% endif %} {% if theme_navbar_docs %}
  • Documentation
      {%- for link in theme_navbar_docs %}
    • {{ link[0] }}
    • {%- endfor %}
  • {% endif %} {% if theme_navbar_links %} {%- for link in theme_navbar_links %}
  • {{ link[0] }}
  • {%- endfor %} {% endif %}