{#- Template for the search results page. -#} {% extends "page.html" %} {% set title = _('Search') %} {% block scripts %} {{ super() }} {% endblock scripts %} {% block body %}
{%- if pagename != master_doc and theme_show_breadcrumbs|tobool %} {%- include "breadcrumbs.html" %} {%- endif %}
{%- trans %}Please activate Javascript to enable searching the documentation.{% endtrans -%}
{% endblock body %}