-
- - - Blog - -
- - - {formattedDate} - +
+ {/* Top navigation and author info */} +
+ + + Blog + +
+ + + {formattedDate} + +
-
-
-
+ + {/* Title */} +

{post.title}

+ + {/* Media content (podcast, youtube, or image) */} {post.podcastYoutubeId && post.podcastSpotifyId ? (
) )} -
-
+
+ + {/* Main grid layout */} +
+
+
+ {post.metrics && ( +
+ +
+ )} +
+ + {/* Middle column - main content */} +
+ {post.metrics && ( +
+ +
+ )}
{node}
+ + {/* Right column - for future sticky content */} +
+
+ {/* Right sidebar content can go here */} +
+
+ + {/* Related Posts Section */} + {post.tags.length > 0 && relatedPosts.length > 0 && ( +
+
+
+

+ {primaryTopic ? ( + <> + + More {primaryTopic.label} + + ) : ( + <> + + More Articles + + )} +

+ {/* Show list view on small screens */} +
+ +
+ {/* Show grid view on larger screens */} +
+ +
+
+
+
+ )}