{#each items as item (item.label)}
  • {#if item.href} {item.label} {:else} {item.label} {/if}
  • {/each}