use triple curly braces if you want to output html. {{{html}}}
from the docs:
All variables are HTML-escaped by default. If you want to render unescaped HTML, use the triple mustache: {{{name}}}. You can also use & to unescape a variable.
https://github.com/janl/mustache.js/