I have all my content pre-escaped, so rather than using the triple stash everywhere i would like to globally disable handlebars escaping. A quick search showed a similar feature
{noEscape:true} did not complile the template properly when tried with handlebarsv4.0.5.
'{{{' works perfectly for me.