This is a foreach loop test

This is item {{index}}:

Or with a table

keyvalue
{{tableKey}}{{tableValue}} {{tableValue->1}}

Or with a table and parser shorthand

keyvaluevalue->1
{{tableKey}}{{??tableValue??"not displayable"}}{{?tableValue->1?tableValue->1:"undefined"}}