{#if form?.success}

{form.message}

{/if} {#if form?.success === false}

{form.message}

{/if}

Create website

Create website

{#if data.totalWebsiteCount > 0}

All websites

{#each data.websites as { id, content_type, title, created_at }}

{title}

  • Type: {content_type}
  • Created at:

Update website

{ return async ({ update }) => { await update({ reset: false }); }; }} >

Delete website

Caution! Deleting this website will irretrievably erase all data.

{/each}
{/if}