Your Collections
{#if collections.length === 0}
You have no collections
{:else} {#each collections as collection}
{collection.name}
Created at: {new Date(collection.created_at).toLocaleString()}
{/each} {/if}