Bookmarks
{#if error}
Couldn't load bookmarks: {error}
{:else if !authenticated}
Sign in
to see your bookmarks.
{:else if bookmarks.length === 0}
No bookmarks yet.
{:else}
{/if}