Handlebars is a simple templating language. Handlebars templates look like regular text with embedded handlebars expressions. Expressions Expressions are functions that are named according to the function they perform. They can accept and pass arguments to other functions or expressions, modify the output, and perform a host of other functions. Handlebars helpers will modify the… Continue reading Celigo – Handlebars overview