easy_news-8.x-2.3/templates/components/input--submit.html.twig
templates/components/input--submit.html.twig
{#
/**
* @file
* Theme override for an 'input' #type form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
*
* @see template_preprocess_input()
*/
#}
<button{{ attributes.addClass('uk-button uk-button-primary') }}>{{ attributes.value }}</button>
{{ children }}
