{# basic/search.html ~~~~~~~~~~~~~~~~~ Template for the search page. :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block body %}

{{ _('Search') }}

{% block scriptwarning %} {% endblock %} {% block searchtext %}

{% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %}

{% endblock %} {% block searchbox %}
{% endblock %} {% block searchresults %}
{% endblock %} {% endblock %}