{% set page_title = _("Search") %} {% extends theme("layout.html") %} {% block content %} {% from theme("macros.html") import horizontal_field %}
{% trans %}Search{% endtrans %}
{{ form.hidden_tag() }} {{ horizontal_field(form.search_types)}} {{ horizontal_field(form.search_query)}} {{ horizontal_field(form.submit) }}
{% endblock %}