If I have a string in php / twig that has html tags
<p> hola que tal </p>
How do I load the page to show the content according to the tags instead of printing it as is with the tags?
If I have a string in php / twig that has html tags
<p> hola que tal </p>
How do I load the page to show the content according to the tags instead of printing it as is with the tags?