@let model = viewModel(); @if (model) { @for (connection of connections(); track connection.id) { } @for (node of nodes(); track node.id; let index = $index) { {{ node.text }} } }