{#if $bookmarks_store.length !== 0}
Bookmarks
{/if} {#each $bookmarks_store as bookmark}
{bookmark.icon} {bookmark.label} {#if editing} {/if}
{/each}