daisy_ui-1.0.x-dev/templates/form/form.html.twig
templates/form/form.html.twig
{#
/**
* @file
* Default theme implementation 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()
*
* @ingroup themeable
*/
#}
<form{{ attributes }}>
<fieldset>
{{ children }}
</fieldset>
</form>
