I have a template with default Handlebars expansion {{thing}}
.
For various nasty reasons I'd like to use it to render JSON, and so not to do the default HTML escaping that comes with {{
.
I'd also like to use the template in an HTML context.
Can I set up a Handlebars.java instance with different default escaping behaviour?