Ask a question to get started
Enter to send•Shift+Enter new line
Get the variables from the template.
get_template_variables( template: str, template_format: str, ) -> list[str]
template
str
The template string.
template_format
The template format.
Should be one of 'f-string', 'mustache' or 'jinja2'.
'f-string'
'mustache'
'jinja2'