Learn Before
Concept
Variables in DTL
In DTL, variables are can be inserted directly into files. They are inserted with curly braces, for example:
{{ variable_name }} #variable {{ variable_name.attribute }} #attribute of a variable
The regular variable naming conventions of Python apply in DTL.
0
1
Updated 2021-02-16
Tags
Python Programming Language
Data Science