{% if pagename == 'index' %}
{% else %}
{% endif %} {{ theme_logo_alt }} {% if theme_navbar_text %}
{{ theme_navbar_text }}
{% endif %}
  • apps
    • Documentation
    • Learn
    • Community
v{{ theme_version }}
{{ theme_prerelease }}
{% if pagename == 'index' %} {% else %}
Documentation
    {% if theme_navbar_links %} {%- for link in theme_navbar_links %}
  • {{ link[0] }}
  • {%- endfor %} {% endif %}
  • Resources
      {% if theme_navbar_links %} {%- for link in theme_navbar_links %}
    • {{ link[0] }}
    • {%- endfor %} {% endif %}
{% block navbarsearch %} {% include "navbarsearchbox.html" %} {% endblock %}
{% endif %}