Template.handlebars
Renders a Handlebars template with the provided data.
Parameters
template: The Handlebars template string.data: A dictionary of data to render the template with.
Template.jinja2
Renders a Jinja2 template with the provided data.
Parameters
template: The Jinja2 template string.data: A dictionary of data to render the template with.
Template.liquid
Renders a Liquid template with the provided data.
Parameters
template: The Liquid template string.data: A dictionary of data to render the template with.

