{# Template for the search page. #} {%- extends "layout.html" %} {% set title = _('Search') %} {%- block head_tag_end %} {{ super() }} {% endblock %} {% block body %}
{% trans %} Searching for multiple words only shows matches that contain all words. {% endtrans %}
{% endblock %} {%- block body_tag_end %} {{ super() }} {# Add JS files for search functionality. Depends on other standard Sphinx scripts, must be loaded as last #} {% endblock %}