@for (connection of connections; track connection.id) { } @for (node of nodes; track node.id; let index = $index) {
{{ node.text }}
}
Event list:
@for (item of events(); track item) {
{{ item }}
}