{%- extends "layout.html" %} {% set title = 'Search' %} {% set script_files = script_files + ['_static/searchtools.js', '_static/language_data.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 %}
Your search did not match any documents.
{% endif %} {% endif %}