Expand description
Handlebars template processing.
Structsยง
- ManLink
Helper ๐Helper for{{man name section}}
expression. - Option
Helper ๐Helper for{{#option}}
block. - Options
Helper ๐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ยง
- Formatter
Ref ๐