I'm getting a html snippet from json that I'm bringing into my template, but it is rendering in the browser with the element tags like this:
<p>From my latest family trip to the Grand Bazaar in Istanbul, Turkey.</p>
How do I get it to read the output not as a string but as html?
Use the safe
filter or the autoescape
tag.