I´m trying to insert dynamic links in a twig template, but when I render the page it shows the raw HTML.
I send the variables as an array ('fact' => ['tag' => '<a href="loremipsum">tag</a>'])
for example) and then in the twig {{ fact.tag }}
, but as mentioned it returns the raw tag.
Am I doing something wrong?