Module hbs

Source
Expand description

Handlebars template processing.

Structsยง

ManLinkHelper ๐Ÿ”’
Helper for {{man name section}} expression.
OptionHelper ๐Ÿ”’
Helper for {{#option}} block.
OptionsHelper ๐Ÿ”’
Helper for {{#options}} block.
lower

Functionsยง

expand
Processes the handlebars template at the given file.
in_options ๐Ÿ”’
Whether or not the context is currently inside a {{#options}} block.
remove_from_context ๐Ÿ”’
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ยง

FormatterRef ๐Ÿ”’