form--gin-lb.html.twig in Gin Layout Builder 1.0.x
Theme override for a 'form' element.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The child elements of the form.
See also
File
templates/form/form--gin-lb.html.twigView source
- {#
- /**
- * @file
- * Theme override for a 'form' element.
- *
- * Available variables
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The child elements of the form.
- *
- * @see template_preprocess_form()
- */
- #}
- <form{{ glb_classes(attributes) }}>
- {{ children }}
- </form>