I'm trying to display content, formatted with HTML.
But instead it gets displayed with HTML tags.
I just get the content from the database and put it inside a <div>
.
If you use Spacebars
, you can use triple braces to insert raw HTML:
{{{content}}}