material_admin-8.x-1.0-alpha7/templates/form/form.html.twig
templates/form/form.html.twig
{#
/**
* @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()
*/
#}
{# <pre>{{ dump(attributes.id) }}</pre>
#}<form{{ attributes }}>
{{ children }}
</form>
