{% extends "page.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block body %}

{{ _('Search') }}

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

{% endblock %}