Search code examples
htmltwitter-bootstrapmeteor

Displayed HTML is shown with Tags


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>.

This is an image displaying the issue: An image displaying the issue


Solution

  • If you use Spacebars, you can use triple braces to insert raw HTML:

    {{{content}}}