{%- extends "layout.html" %} {% set title = _('Search') %} {% set script_files = script_files + ['_static/searchtools.js'] %} {% set script_files = script_files + ['_static/language_data.js'] %} {% macro searchbody() %} {% if search_performed %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endmacro %} {% block extrahead %} {% endblock %} {% block content %} {% include "navbar.html" %} {% if sidebars and not embedded %} {% from "sidebar.html" import sidebar_nav with context %} {{ sidebar_nav() }} {% endif %}
{{ searchbody() }}
{% if sidebars and not embedded %} {% from "sidebar.html" import sidebar_toc with context %} {{ sidebar_toc }} {% endif %}
{% endblock %}