{% extends "layout.html" %} {% set title = _('Search') %} {%- block extrahead -%} {%- include "partials/extra-head.html" -%} {%- endblock -%} {% block main %}

{{ _('Search') }}

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

{% endblock %}