Expand description
Handlebars template processing.
Structsยง
- ManLinkHelper ๐Helper for
{{man name section}}
expression. - OptionHelper ๐Helper for
{{#option}}
block. - OptionsHelper ๐Helper for
{{#options}}
block.
Functionsยง
- 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 ๐