eleven-8.x-1.0-beta5/bartik11/templates/form--search-block-form.html.twig
bartik11/templates/form--search-block-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() */ #} <form{{ attributes.addClass('search-form', 'search-block-form') }}> {{ children }} </form>