{# /** * @file * Theme override for the search form submit button. * * Available variables: * - attributes: A list of HTML attributes for the input element. * - children: Optional additional rendered elements. * * @see\Drupal\Core\Form\FormPreprocess::preprocessInput() */ #} {{ attributes.value }} {{ children }}