{#- The search page template modified from theme/basic/search.html -#} {% extends "page.html" %} {%- block regular_scripts -%} {{ super() }} {%- endblock regular_scripts-%} {%- block htmltitle -%} {{ _("Search") }} - {{ docstitle }} {%- endblock htmltitle -%} {% block scripts -%} {{ super() }} {%- endblock scripts %} {% block content %}

{{ _('Search') }}

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

{% 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 %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any documents.') }}

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %} {% endblock %}