{title}
{@render children()}
{#if confirmPhrase}
{confirmPhrasePrompt ?? `Type the slug to confirm:`}
{confirmPhrase}
{/if}
{cancelLabel}
{busy ? (busyLabel ?? `${confirmLabel}…`) : confirmLabel}