{# basic/search.html ~~~~~~~~~~~~~~~~~ Template for the search page. :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {% extends "layout.html" %} {% set title = _('Search') %} {% block extrahead %} {{ super() }} {% endblock %} {% block body %}
{% trans %}Please activate JavaScript to enable the search functionality.{% endtrans %}
{% trans %}To search the documentation for {{ project }}, type your query into the box below and press Enter.{% endtrans %}