Repeat

The Repeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item.

Usage

<ANY acute-repeat="expression">
</ANY>
						  
Expression

variable in collection - where variable is the user defined loop variable and expression is a scope expression giving the collection to enumerate.

For example, artist in Album.Artists .