Hello,
I have a page wich contains twig code, for example i want to show the following code:
{ % for record in mostviewedget('posts') % }
The problem is twig parsed it and returns an error when i see this page.
How i can to show twig raw code in a page?
I try to use raw and verbatim tags, but it dosen't works.
Thanks