newsplus_lite-8.x-1.x-dev/templates/form--search-block-form.html.twig
templates/form--search-block-form.html.twig
{#
/**
* @file
* News+ Lite's 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()
*/
#}
<form{{ attributes.addClass('search-form', 'search-block-form') }}>
{{ children }}
</form>
