{#if store.toasts.length}
{#each store.toasts as t (t.id)}
{t.title}
{#if t.body}
{t.body}
{/if}
dismissToast(t.id)} title="Dismiss">
{/each}
{/if}