{% extends "layout.html" %} {# METADATA #} {% set is_search_page = 'true' %} {% set title = _('Search') %} {% block extrahead %} {{ super() }} {% endblock %} {# BODY #} {% block body %}
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you have selected enough categories.') }}
{% endif %} {% endif %} {% endblock %} {% endblock %}