${post.tags?.map(tag => ``).join('\n ') || ''}

${post.title}

${post.excerpt}

${post.author ? ` ` : ''}
${post.coverAlt || post.title}
${post.content}
${post.tags && post.tags.length > 0 ? ` ` : ''}