{blog.author || \"Anonymous\"}
\n{formattedDated}
\n{blog.title}
\n\n{blog.description}
\n\n\n Comments {blog.comments.length > 0 && `(${blog.comments.length})`}\n
\n\n \n\nNo comments yet. Be the first to share your thoughts!
\n{comment?.userId?.name || \"Unknown\"}
\n \n {comment.createdAt\n ? formattedDate(new Date(comment.createdAt), { addSuffix: true })\n : \"Just now\"}\n \n{comment.text}
\n