I am using handlebars as my javascript template engine. I am using a simple form as template and call it again and again in my twig file of symfony2 framework.
I am using following twig block to escape the curly brackets conflict of handlebars and twig template:
{% verbatim %}
But when I use the path() function to route my form it also gets ignored in this block. I am also using few variable above the form so can't use the twig ignoring block below form action.
thanks in advance.