{post.headline} · {config.blogName} {#if image} {/if} {#if getPostPublishDate(post)} {/if} {#if image} {/if}

{post.headline}

{#if getPostPublishDate(post)} {:else} draft {/if} · by {post.postingProject.displayName} {#if getPostImages(post).length > 0}
{#each [getPostImages(post)[0]] as img} {img.altText} {/each}
{/if}
{@html renderPostMarkdown(post.plainTextBody)}

{#if getPostPublishDate(post)} published {:else} draft {/if}
{post.numComments} comments · join the discussion on cohost
{#each comments[post.postId] as comment} {/each}