Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / bartik / templates / form--search-block-form.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation for a 'form' element.
5  *
6  * Available variables:
7  * - attributes: A list of HTML attributes for the wrapper element.
8  * - children: The child elements of the form.
9  *
10  * @see template_preprocess_form()
11  */
12 #}
13 <form{{ attributes.addClass('search-form', 'search-block-form') }}>
14   {{ children }}
15 </form>