I\'m having an issue while trying to display a html chunk of code created on a django view. Here\'s what\'s happening.
On my view, I\'m trying to pass to the template a
In case someone lands here for recent django versions, use: {{ your_context_entry|safe }}
{{ your_context_entry|safe }}