{#if $toasts}
{#each $toasts as toast (toast.id)}
{@html toast.message}
{/each}
{/if}