d5cac386e006f7b7e4e2dec206efe1fcaed8a413
[yaffs-website] / input.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for an 'input' #type form element.
5  *
6  * Available variables:
7  * - attributes: A list of HTML attributes for the input element.
8  * - children: Optional additional rendered elements.
9  *
10  * @see template_preprocess_input()
11  */
12 #}
13 <input{{ attributes }} />{{ children }}