Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use bookmarks inside any iteration.

These bookmarks can't include the iteration opening/closing tags. Examples:

Code Block
titleExpand to see the sample code
collapsetrue
#{for ...}
#{end}
&{for ...}
&{end}

The bookmark will be duplicated over the iteration.

...