{#if $bookmarks_store.length !== 0} {#snippet title()}
Bookmarks
{/snippet} {#snippet body()} {#each $bookmarks_store as bookmark}
{bookmark.icon} {bookmark.label} {#if editing} {/if}
{/each} {/snippet}
{/if}