@for (breadcrumb of breadcrumbItems(); track breadcrumb) {
@if (breadcrumb.path) { @if (breadcrumb.isExternal) { {{ breadcrumb.label }} } @else { {{ breadcrumb.label }} } } @else { {{ breadcrumb.label }} }
}