I\'m trying to template a template, like below:
{{{ { \"name\" : \"{{name}}\", \"description\" : \"{{description}}\" } }}} {{{debug this}}}
As described in this Question handlebars doesn't support changing the delimiters. But you can escape the double braces with a backslash like this:
HTML:
... \{{ myHandlbarsVar }} ...