Create article

Create article

{ return async ({ update }) => { await update(); window.location.hash = "!"; }; }} >
{#if data.totalArticleCount > 0}

All articles

{#each data.articles as { id, title } (id)}

{title}

Edit

Delete article

Caution! Deleting this article will irretrievably erase all data.

{ return async ({ update }) => { await update(); window.location.hash = "!"; }; }} >
{/each}
{/if}