{#if title !== ''}
{title}
{:else}
{$i18n.t('Confirm your action')}
{/if}
{#if message !== ''}
{@const html = DOMPurify.sanitize(marked.parse(message))}
{@html html}
{:else}
{$i18n.t('This action cannot be undone. Do you wish to continue?')}
{/if}
{#if input}
{/if}