Section Component
Related Posts
A section that renders a curated list of items from any collection. It has two presentation modes: a compact text list (default) or a grid of cards (hasCard: true). Designed to sit at the end of a blog post, reference page, or any content item and point readers at a hand-picked set of further reading.
How It Works
The author lists the slugs of items to include in the selections array. The component iterates every registered collection (blog, sections, partials, etc.) and resolves each slug to the first matching item. Order is preserved as written — this is a curation component, not an automated "similar content" feed.
If a slug does not match any item, it is silently skipped. If none of the selections resolve, the component renders nothing at all.