Posts
+ New post
{msg}
{#if editing}
{editing.id ? 'Edit' : 'New'} post
Title
Slug (optional)
Excerpt
Tags (comma separated)
Body (markdown)
Status
draft
published
scheduled
{#if editing.status === 'scheduled'}
Publish at (ISO, e.g. 2026-07-18T09:00:00Z)
{/if}
Save
(editing = null)}>Cancel
{/if}
Title
Status
Tags
{#each posts as p}
{p.title}
{p.status}
{(p.tags || []).join(', ')}
edit(p)}>edit
del(p)}>del
{/each}