{#- The search page template modified from theme/basic/search.html -#} {% extends "page.html" %} {%- block regular_scripts -%} {{ super() }} {%- endblock regular_scripts-%} {%- block htmltitle -%}
{% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %}
{% trans %}Note also that you can also call "search_src(...)" in Sage to search Sage's source code.{% endtrans %}
{% endblock %} {% block searchbox %} {% endblock %} {% block searchresults %} {% if search_performed %}{{ _('Your search did not match any documents.') }}
{% endif %} {% endif %}