{/* Article Header */} {/* Top Meta Bar */} {/* Category Badge */} {post.category && ( {post.category.title} )} {/* Date */} {new Date(post.published_at || post.created_at).toLocaleDateString('en-US', { day: 'numeric', month: 'short', year: 'numeric' })} {/* Reading Time */} {post.reading_time} min {/* Views */} {post.views_count} {/* Title */} {post.title} {/* Author and Tags Bar */} {/* Author */} {post.author?.avatar ? ( ) : ( )} Written by {post.author?.name || post.author_name || 'Admin'} {/* Tags */} {post.tags && post.tags.length > 0 && ( {post.tags.map((tag) => ( #{tag.name} ))} )} {/* Featured Image */} {(post.featured_image || post.thumbnail) && ( )} {/* Article Body */} {/* Excerpt */} {post.excerpt && ( {post.excerpt} )} {/* Content */} {post.content && ( )} {/* Footer Section */}