{#each items as item, i (item.path)}
  1. {#if i < items.length - 1} {item.name} / {:else} {item.name} {/if}
  2. {/each}