{% if theme_navbar_text %}
{{ theme_navbar_text }}
{% endif %}
{% block navbarsearch %}
{% include "navbarsearchbox.html" %}
{% endblock %}
{% if theme_navbar_dropdowns %}
-
{% if theme_navbar_name %}
{{theme_navbar_name}}
{% else %}
Documentation
{% endif %}
{% endif %}
{% if theme_navbar_links %}
{%- for link in theme_navbar_links %}- {{ link[0] }}
{%- endfor %}
{% endif %}
v{{ theme_version }}