- - {post.formattedDate ? {post.formattedDate} : null} - {post.author ? ( - - - {post.author} - - ) : null} - {post.readingTime ? ( - - - {post.readingTime} - - ) : null} - - - {post.title} - - {post.excerpt ? {post.excerpt} : null} - {post.tags.length ? ( - - {post.tags.map((tag) => ( - - #{tag} - - ))} - - ) : null} -