{#each items as item, index}
  1. {#if item.href} {item.label} {#if index < items.length - 1}>{/if} {:else} {item.label} {/if}
  2. {/each}