@for (item of items(); track item.id) { {{ item.text }} @if (item.actions; as actions) {
@for (action of actions; track action.action) { }
}
}