I know there\'s the usual way to render CSRF token hidden input with form_rest, but is there a way to render just CSRF input itself? I\'ve overridd
form_rest
you can do it with {{ form_widget(formView._token) }}
{{ form_widget(formView._token) }}