@for (crumb of items(); track $index; let last = $last) {
  1. @if (last) { {{ crumb.label }} } @else if (crumb.routerLink) { {{ crumb.label }} } @else { {{ crumb.label }} } @if (!last) { }
  2. }