Is there a way to insert a string with html tags into a handlebars template without getting the tags escaped in the outcoming string?
template.js:
&
According to Handlebars documentation, http://handlebarsjs.com/expressions.html
Quote from documentation,
If you don't want Handlebars to escape a value, use the "triple-stash", {{{
{{{
Pass the raw HTML to Handlebars template and get the raw HTML output by using triple brackets.
{{{foo}}}