{%- extends "layout.html" %} {% set title = 'Search' %} {% set script_files = script_files + ['_static/searchtools.js'] %} {% block extrahead %} {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} {{ super() }} {% endblock %} {% block body %}

Please activate JavaScript to enable the search functionality.

{% if search_performed %}

{{ _('Search Results') }}

{% if not search_results %}

Your search did not match any documents.

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %}