{#each toasts.items as toast (toast.id)}
{toast.title}
{#if toast.body}
{toast.body}
{/if}
toasts.dismiss(toast.id)} type="button" >
{/each}