{#- boilerplate/search.html ~~~~~~~~~~~~~~~~~~~~~~~ Template for the search page. :copyright: Copyright 2007-2012 by the Sphinx team. :license: BSD, see LICENSE file -#} {%- extends "layout.html" -%} {%- set title = _('Search') -%} {%- set script_files = script_files + ['_static/searchtools.js'] -%} {%- block extrahead -%} {{ super() }} {# this is used when loading the search index using $.ajax fails, such as on Chrome for documents on localhost #} {%- endblock -%} {%- block body -%}
{%- trans -%}Please activate JavaScript to enable the search functionality.{%- endtrans -%}
{{ _('Your search did not match any results.') }}
{%- endif -%} {%- endif -%}