uswds_blb_configuration-1.0.0-beta2/modules/uswds_blb_configuration_media_library/templates/form--views-exposed-form-media-library-widget.html.twig
modules/uswds_blb_configuration_media_library/templates/form--views-exposed-form-media-library-widget.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()
*/
#}
<form{{ attributes }}>
{{ children }}
</form>
