{#if post.title}

{post.title}

{/if} {#if post.linkUrl} {/if} {#if post.content}

{getContentExcerpt(post.content, 150)}

{/if} {#if post.postType === 'essay' && isContentTruncated}

Continue reading

{/if} {#if post.attachments && Array.isArray(post.attachments) && post.attachments.length > 0}
📎 {post.attachments.length} attachment{post.attachments.length > 1 ? 's' : ''}
{/if}