{% set page_title = _("Search") %} {% extends theme("layout.html") %} {% block content %} {% from theme("_macros/form.html") import horizontal_field %}
{{ form.hidden_tag() }} {{ horizontal_field(form.search_types)}} {{ horizontal_field(form.search_query)}} {{ horizontal_field(form.submit, div_class="offset-3 col-4") }}
{% endblock %}