{/* eslint-disable-next-line @next/next/no-img-element */}
)}
{post.published_at && (
)}
{post.tags && post.tags.length > 0 && (
{post.tags.slice(0, 3).map((t) => (
#{t}
))}
)}
{post.title}
{post.description && ({post.description}
)}