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
didn't find solution worked for me, finded and tested and worked for my Simfony3 value="{{ _token }}" in example
more about scrf can be viewed here: Creating forms manually in Symfony2, but still use its CSRF and isValid() functionalily