{%- block sidebarlogo %} {%- endblock %}
    {% 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 %}