Posts

{msg}

{#if editing}

{editing.id ? 'Edit' : 'New'} post

{#if editing.status === 'scheduled'} {/if}

{/if} {#each posts as p} {/each}
TitleStatusTags
{p.title} {p.status} {(p.tags || []).join(', ')}