{#if $page.state.modal} {@const {component, props} = modals.get($page.state.modal)}
{/if}
{#if $toast} {#key $toast.id}
{$toast.message}
{/key} {/if}