{#if store.toasts.length}
{#each store.toasts as t (t.id)}
dismiss(t.id)} >
{t.title}
{#if t.body}
{t.body}
{/if}
{/each}
{/if}