diff --git a/frontend/src/templates/ContentViewTemplate.tsx b/frontend/src/templates/ContentViewTemplate.tsx index 7d62d6ed..35126e74 100644 --- a/frontend/src/templates/ContentViewTemplate.tsx +++ b/frontend/src/templates/ContentViewTemplate.tsx @@ -816,7 +816,7 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten )} {/* Main Content Card */} -
+
{/* Header Section */}
@@ -1111,7 +1111,7 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten {/* Featured Image */} {shouldShowFeaturedBlock && ( -
+
)} @@ -1125,15 +1125,13 @@ export default function ContentViewTemplate({ content, loading, onBack }: Conten )} {/* Article Body */} -
- -
+ {/* Metadata JSON (Collapsible) */} {content.metadata && Object.keys(content.metadata).length > 0 && (