Tags
What are tags?
Tags make it possible to introduce logic into the template. They allow you to conditionally control behavior, loop over lists of data, assign variables and even leave comments in your template.
Tags typically start with a opening {%
followed by the statement and then a closing %}
. You can find a full list of available tags in the Tags Reference
Updated almost 4 years ago
What’s Next