I am working on a site with symfony2, and in the back office I want to add html code to enable the player. I use the raw
function with a twig to get html, but the problem is that when I enter the html code, Symfony escapes quotes. How can I avoid this and make symfony write raw html?
thanks
source share