{% extends "!layout.html" %} {%- block sidebartitle %} {%- set _logo_url = logo_url|default(pathto('_static/' + (logo or ""), 1)) %} {%- set _root_doc = root_doc|default(master_doc) %} {% if not theme_logo_only %}{{ project }}{% endif %} {%- if logo or logo_url %} {%- endif %} {%- set nav_version = version %} {%- if nav_version %}
{{ nav_version }}
{%- endif %} {%- include "searchbox.html" %} {% endblock %}