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