String Class
Item Index
Methods
htmlSafe
()
Handlebars.SafeString
Mark a string as being safe for unescaped output with Handlebars.
'<div>someString</div>'.htmlSafe()
Returns:
Handlebars.SafeString:
a string that will not be html escaped by Handlebars