{post.title}
{post.date}
{Array.isArray(post.tags) ? (
post.tags.map((tag) => (
{tag}
))
) : (
{post.tags}
)}
{post.date}