{#if adventures.length === 0}

No adventures yet

Create one to begin your next story.

{:else}
    {#each adventures as adventure, index (adventure.id)}
  1. {/each}
{/if}