{# Import the theme's layout. #} {% extends "!layout.html" %} {% block extrahead %} {% endblock %} {% block htmltitle %} {% if title == '' or title == 'Home' %} {{ docstitle|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {% endblock %} {% block sidebartitle %} {% if theme_display_version %} {%- set nav_version = version %} {% if READTHEDOCS and current_version %} {%- set nav_version = current_version %} {% endif %} {% if nav_version %}
{{ nav_version }}
{% endif %} {% endif %} {% include "searchbox.html" %} {% endblock %} {% block menu %} {{ super() }} {% if menu_links %}

Getting help and contributing

{% endif %} {% endblock %}