{{ form_start(form, {'action': path('typesenses.search'), 'attr': {'id': 'typesenses_search_form', 'class': 'row'}}) }}
Que recherchez vous?
{% if tags|length > 0 %}
{% include 'web/blogs/partials/_tags.html.twig' %}
{% endif %}
{{ form_widget(form.q) }}
{{ form_end(form) }}