2cd1e95f28526912efac95a40b3253a0277eef05
[yaffs-website] / templates / 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  * @ingroup themeable
13  */
14 #}
15 <form{{ attributes }}>
16   {{ children }}
17 </form>