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