Templating Node
vellum.workflows.nodes.TemplatingNode
Used to render text templates using Jinja2 syntax
Attributes
template
The Jinja2 template to render
inputs
The values to substitute into the template for the specified variables.
Outputs
result
The rendered template in the appropriate type as specified by the type specified in the Templating Node subclass definition.