6👍
✅
If you want to display HTML on your template you need to use the safe
filter (documentation).
Example:
{{ my_html_text|safe }}
Source:stackexchange.com