AbstractStaticinitInitializes the handlebar utilities.
The external handlebar object. Is needed so helpers can be registered both inside and outside of Zibri.
StaticparseParses the given handlebars string into an AST.
The handlebars template in form of a string.
Optionaloptions: ParseOptionsAdditional options for parsing the template.
The abstract syntax tree of the template.
StaticrenderCompiles the given handlebars string.
The handlebars template in form of a string.
Optionaloptions: CompileOptionsAdditional options for compilation.
The compiled template function.
Utilities for handling handlebar templates.