{#each items as item, index (item.id)}
{index + 1}. {item.name}
{:else}
No items
{/each}