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