{#if toasts.length > 0}
{#each toasts as toast (toast.id)}
{getIcon(toast.type)}
{toast.message}
handleDismiss(toast.id)} aria-label="Dismiss notification" > x
{/each}
{/if}