Statements
Extends statements extend a template with the option to prepend, replace, append, or surround any block
from the parent template.
If statements add branching to templates with if
, else if
, and else
.
For statements bring iteration to templates with for
and else
.