defineHelper
Parameters
args
: contains the arguments passed to the function.
content
: is a function that can be called (optionally, by passing in helper references) and that returns the default content.
blocks
: an object that contains each of the helper blocks, which are functions (like content
and are sorted by key.
Last updated