What is Hugo Agent Zero?
HAZ is an Atomic, layouts-driven Hugo kit — compose pages from reusable atoms and molecules instead of one-off templates.
Why do these sit under the same list wrapper?
Layouts stacks two list instances in a multiplier. Each emits bare <details> rows; the FE sees one stack.
What is a headless CMS source here?
This row comes from a Hugo headless bundle under content/cms/headless/… — same molecule, provider: headless.
Why native details and summary?
No JavaScript for open/close. Accessible disclosure that works with Pico and plain HTML. Accordion exclusivity can wait.