{# This template is displayed after a user initiates a search. Much of the content defined below is initially hidden: the user must click the Search Options link to reveal the options. The search results are formatted by the ajaxsearch.html template. See {% include "ajaxsearch.html" %} near the bottom of this file. #} {% extends theme("layout.html") %} {% import "forms.html" as forms %} {% import "utils.html" as utils %} {%- set search_form = None %} {# layout will not show search form in header #} {%- block pagepath %} {{ _("Search") }} {{ super() }} {%- endblock %} {%- block content %}
{{ forms.render(medium_search_form['q']) }}