Learn Before
Concept
Tags in DTL
In DTL, tags are used to perform a variety of actions, including loops, logic, loading external information, and text output. Some tags have both a beginning and end tag, while others just have a single tag. They are formatted as follows:
{% tag %} {% begin_tag %} ... {% end_tag %}
0
1
Updated 2021-03-12
Tags
Python Programming Language
Data Science