{%- extends "layout.html" %} {% block title %} title: "{{_('Search')}}" {% endblock %} {% block extrafooter %} extra-footer: ' {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} ' {% endblock %} {% block body %} {% if search_performed %}
{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly.') }}
{% endif %} {% endif %}{{ context|e }}