Let\'s say that I have this string:
s = \'Hello!\'
Hello!
When I pass this variable to a template, I want it to be rendered as raw
Look at the HTML source code, is it escaped!??? I don't think so. It should be printing letter by letter, just like this:
< p > H E L L O < / >