Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel3
outlinefalse
styledefault
typelist
printabletrue

...

  • 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):

...