Table of Contents
- apply — apply filters on a block of template data.
- autoescape — automatically escaping
- do — run expression
- extends, block, use - template inheritance (read more)
- for, else, break — loop over each item in a sequence.
- if, elseif, elif, else — conditional statement
- include — includes a template and returns the rendered content
- macro, import, from — work with macros
- set — assign values to variables
- verbatim — do not evaluate Aspect tags
- with — create new scope for variables