{% set page_title = "Search" %} {% extends theme("layout.html") %} {% from theme("macros.html") import horizontal_field %} {% block content %}

Search


{{ form.hidden_tag() }} {{ horizontal_field(form.search_types)}} {{ horizontal_field(form.search_query)}}
{% endblock %}