`for` with iteration

Have the possibility to have @for elements that also have iterator

    @for ((i, item) : items) {
        @i.index(): @item
    }