{#if $toast} {@const theme = $toast.theme || "info"}
{#key $toast.id}
{$toast.message}
popToast($toast.id)}>
{/key}
{/if}