vartheme_bs5-2.0.x-dev/templates/form/input--submit.html.twig
templates/form/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()
*/
#}
{% include '@organisms/form/input/input.twig' with {
attributes: attributes.removeClass('button'),
form_control: false,
utility_classes: ['btn', 'btn-primary']
} %}
