Renders a context using {{ mustache }} rendering engine. By default, mustache escapes HTML characters. Use the triple mustache syntax {{{ variable }}} to avoid escaping.
{{ mustache }}
{{{ variable }}}
https://mustache.github.io/
the mustache template to render
the conversation context to use for the rendering. Will be sanitized to only strings, numbers and nested contexts for safety.
the rendered template
Renders a context using
{{ mustache }}
rendering engine. By default, mustache escapes HTML characters. Use the triple mustache syntax{{{ variable }}}
to avoid escaping.https://mustache.github.io/