@for (crumb of content.crumbs; track crumb; let i = $index, first = $first, last = $last) { @if ((first && !last) || i === content.crumbs.length - 2 || i === content.crumbs.length - 3) {
} @if (i === 1 && content.crumbs.length > 4) { } @if (last) { } }