{% if theme_search_engine|lower == 'expertrec' %}
{% if theme_hide_ai_chatbot|lower != 'true' %}
Ask AI
{% endif %}
{% else %}
Search
{% if theme_hide_ai_chatbot|lower != 'true' %}
Ask AI
{% endif %}
{% endif %}
{% if versions and not theme_hide_versions_dropdown|tobool %}{% include
'versions.html' %}{% endif %}
{{ navigation_tree(toctree, maxdepth=theme_navigation_depth|int,
collapse=theme_collapse_navigation|tobool)}}