Pages
Manage your site's static and dynamic pages

{#if pages.length === 0}
No pages have been created yet.
Create your first page
{:else} {#each pages as page} {/each}
Title Slug Author Status Last Updated Actions
{page.title} /{page.slug} {page.author || 'Unknown'} {#if page.is_published}
Published
{:else}
Draft
{/if}
{page.updated_at}
{/if}