Bookmarks
{#await data.result}
{:then r} {#if r.error}
Couldn't load bookmarks: {r.error}
{:else if !r.authenticated}
Sign in
to see your bookmarks.
{:else if r.bookmarks.length === 0}
No bookmarks yet.
{:else}
{#snippet children(items: Bookmark[])}
{/snippet}
{/if} {/await}