I need to render some content without autoescaping and without modify the template just based on content
Exists a function inside twig to render a variable ?
suppose x="{%autoescape false%} abc {%endautoescape%}"
than something like
<p>{{ render(x)}}</p>