{#each $toastStore as toast}
{#if toast.header}
{toast.header}
{/if}
{toast.body}
{/each}