@for (item of items(); track item.id; let index = $index) {
@switch (layout()) { @case ('row') { } @case ('column_with_cart') { } @default { } }
}