{#if $bookmarks_store.length !== 0}
Bookmarks
toggle_edit()} class:button_highlight={editing}>
edit
{/if} {#each $bookmarks_store as bookmark}
{bookmark.icon}
{bookmark.label}
{#if editing}
bookmark_del(bookmark.id)}>
delete
{/if}
{/each}