@if (brandTemplate(); as brandSlot) { } @else { {{ brand() }} }
    @for (item of items(); track item.href) {
  • {{ item.label }}
  • }
@if (actions(); as actionsSlot) {
}