${post.title}
${post.excerpt}
${post.author ? ` ` : ''}
${post.content}
${post.tags && post.tags.length > 0 ? `
` : ''}
${post.tags?.map(tag => ``).join('\n ') || ''}
${post.excerpt}
${post.author ? ` ` : ''}