{#- Template for the search results. -#} {% extends "layout.html" %} {% set title = _('Search') %} {% block scripts %} {{ super() }} {% endblock %} {% block main %}
{%- if theme_show_nav -%}
{%- else -%}
{%- endif -%} {%- if theme_show_breadcrumbs %} {% include "breadcrumbs.html" %} {%- endif %} {{ body }}
{% trans %} Please activate Javascript to enable searching the documentation. {% endtrans %}
{% include "copyright.html" %}
{% endblock main %}