{% extends "sphinx_rtd_theme/layout.html" %} {% block extrahead %} {% if pagename == master_doc %} {% endif %} {% endblock %} {% block sidebartitle %}{% include "searchbox.html" %} {% endblock %} {% block htmltitle %} {% if pagename == master_doc %} {{ theme_home_page_title }} {% else %} {{ title|striptags|e }} — {{ theme_home_page_title }} {% endif %} {% endblock %} {% block document %} {{ super() }} {% if theme_display_community_help_link %} Give feedback on the AIMMS Community {% endif %} {% endblock %} {% block footer %} {{ super() }} {% if theme_display_community_embeddable %} {% endif %} {% endblock %}