{#await getEditID()}
{:then _}
{#if schemaInvalid}
{yupErrorMessage}
{:else}
{data.title}
{/if}
Save
{#if selected_question === -1}
{:else}
{/if}
{/await}