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. - 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.