Block Render Demo Post
A seeded post that exercises hero, rich-text, CTA, and FAQ blocks on the public blog detail route.
Seeded content
Blog detail now speaks both blocks and legacy rich text
This demo post is meant only to verify the storefront renderer against a real Strapi dynamic-zone payload.
Why this matters
Public detail routes can now compose reusable sections from Strapi without turning every page into a dynamic runtime.
The same renderer also preserves the older rich-text body so migration can stay incremental.
Operational impact
Editor work can move on to page composition next
The hard part for public rendering is already in place: typed block payloads, section mapping, and route consumption.
Renderer notes
Is this post meant for editorial production use?
No. It is a smoke/demo entry to prove the renderer with real public runtime content.
## Legacy blog body fallback
This fallback body remains below the structured sections to prove old markdown/rich-text content still works after the Batch 3 renderer landed.