I have an app in Node.js using Expressjs and Handlebars as the template engine.
Expressjs uses layouts and then renders views. The layout (layout.hbs) looks like th
An easy way to do this is to just append a \ before the {{ in a Handlebars file. For example:
\
{{