...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Word Template Reference v1
Table of Contents | |
---|---|
1 | |
maxLevel | 3 |
outline | false |
style | default |
type | list |
printable | true |
...
|
Loops
FOR
and END-FOR
Loop over a group of elements (resulting from the evaluation of a JavaScript expression):
...
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):
...