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.
<ANY acute-repeat="expression"> </ANY>
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
.