Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
FOR and END-FOR command on empty rows.
The loop variable needs to be referenced with a $
Name | Last Name |
{{FOR person IN persons}} |
|
{{$person.name}} | {{$person.surname}} |
{{END-FOR person}} |
|
Conditions
IF
and END-IF
Include contents conditionally (depending on the evaluation of a JavaScript expression):
...