{#each toaster.toasts as toast, i (toast.id)}

{toast.data.title}

{#if toast.data.description}

{toast.data.description}

{/if} {#if toast.closeDelay !== 0}
{#snippet children(progress)}
{/snippet}
{/if}
{/each}