Version 1
[yaffs-website] / web / core / modules / views / templates / views-exposed-form.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation of a views exposed form.
5  *
6  * Available variables:
7  * - form: A render element representing the form.
8  *
9  * @see template_preprocess_views_exposed_form()
10  *
11  * @ingroup themeable
12  */
13 #}
14 {% if q is not empty %}
15   {#
16     This ensures that, if clean URLs are off, the 'q' is added first,
17     as a hidden form element, so that it shows up first in the POST URL.
18   #}
19 {{ q }}
20 {% endif %}
21 {{ form }}