text-template
Last updated
Last updated
Creates text using a Mustache template (https://mustache.github.io/).
template
: The Mustache template text that contains any number of Mustache variable tags. Variable tags are indicated by the double mustaches that surround them, e.g. {{person}}
is a tag.
variables
: A map of variable names (map keys) with values (map values).
output
: The rendered text.
More information about Mustache on Github: