Module mdman::hbs

source ยท
Expand description

Handlebars template processing.

Structsยง

Functionsยง

  • Processes the handlebars template at the given file.
  • in_options ๐Ÿ”’
    Whether or not the context is currently inside a {{#options}} block.
  • Removes a variable from the context.
  • set_decorator ๐Ÿ”’
    {{*set var=value}} decorator.
  • set_in_context ๐Ÿ”’
    Sets a variable to a value within the context.

Type Aliasesยง