📷 {post.category}
{/* Post Content */}
{/* Category & Date */}
{post.category}
{post.date}
{/* Title */}
{post.title}
{/* Excerpt */}{post.excerpt}
{/* Tags */}
{post.tags.map((tag, index) => (
#{tag}
))}
{/* Meta Info */}
👤 {post.author}
⏱️ {post.readTime}
{/* Read More Button */}