{#if post.title}

{post.title}

{/if} {#if firstEmbed}
{#if firstEmbed.type === 'youtube' && firstEmbed.videoId}
{:else} {#if firstEmbed.image}
{firstEmbed.title
{/if}
{#if firstEmbed.favicon} {/if} {firstEmbed.siteName || getDomain(firstEmbed.url)}
{#if firstEmbed.title}

{firstEmbed.title}

{/if} {#if firstEmbed.description}

{firstEmbed.description}

{/if}
{/if}
{/if} {#if post.content}
{#if post.postType === 'essay'}

{getContentExcerpt(post.content, 300)}

{:else} {@html renderEdraContent(post.content)} {/if}
{/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}