2 lines
100 B
Twig
2 lines
100 B
Twig
|
{% from 'form-elements/input.twig' import input %}
|
||
|
{{ input( id, name, '', 'text', select2_args ) }}
|