I am looking at mustache.js based template and the person has defined some variables as
{{variable}}
and sometimes {{{variable2}}}
.
From the documentation:
All variables are HTML escaped by default. If you want to return unescaped HTML, use the triple mustache:
{{{name}}}