{# Template for the search page. #} {%- extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block body %}
{{ _('Searching for multiple words only shows matches that contain all words.') }}