@if (isCircularLayout()) {
@for (page of circularPages(); track page.slot) {
@for (entry of page.items; track trackBy()(entry.index, entry.item)) {
}
}
} @else {
@for (item of items(); track trackBy()($index, item); let index = $index) {
}
}
@if (hasMultipleItems()) { }