{% extends "sphinx_rtd_theme/layout.html" %} {% block scripts %} {{ super() }} {% endblock %} {% block extrahead %} {% endblock %} {%- block sidebartitle %} {{ project }} {%- if theme_subtitle %}
{{ theme_subtitle }}
{%- endif %} {%- if theme_display_version %}
{{ version }}
{%- endif %} {%- include "searchbox.html" %} {% endblock %} {%- block extrabody %} {%- if theme_add_gtm|tobool %} {%- endif %}
{%- if theme_set_default_announcement|tobool %} {{ theme_default_announcement_message }} {%- endif %}
{%- if not theme_standalone|tobool %}
{%- endif %}
{%- if not theme_standalone|tobool %}
{%- endif %}
{% endblock %}