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