{data.title} • Revival Archive
← Back to blog

{data.title}

{when(data.date)} by {data.author} {#if data.updated}
{when(data.updated, true)} {/if}

{#if data.posts.length > 0}

Other posts

{#each data.posts as post}

{post.title}

{when(post.date)}
{/each}
{/if}