• @for ( item of items; track item){ }
    @for (item of items; let i = $index; track block) {}
    @for (item of items; let i = $index; let count = $count; track block) {}