{# /** * @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() */ #}
{{ children|render|str_replace('class="form-search"', 'class="form-search form-control email"')|str_replace('maxlength="128"', 'maxlength="128" placeholder="Search..."')|str_replace('form-submit', 'form-submit btn btn-default uppercase')|raw }}