{#if toasts.items.length > 0}
{#each toasts.items as t (t.id)}
{t.message}
toasts.dismiss(t.id)} aria-label={closeLabel} > ×
{/each}
{/if}