What can we help you with?

Getting Started


Browse topics

Handlebars.registerHelper('or', function() { const args = Array.prototype.slice.call(arguments, 0, -1); return args.some(Boolean); }); Handlebars.registerHelper('eq', function(a, b) { return a == b; });