Skip to content

Handlebars helpers

As part of the schema, a number of extensions to the Handlebars templating language are bundled with the DataSolutionAutomation library.

Block helpers have a starting and closing tag, and often support {{else}} constructs.

String helpers do not use the # prefix and have no closing tag. They accept one or more parameter values and return a string to use in the template.