The A New Dawn Therapy website uses a shared page template for service pages (e.g., Trauma, Anxiety, Depression). A bug in the current template setup causes any copy edit made in the template editor to propagate across all service pages simultaneously, making it impossible to preview or set page-specific content.
The fix is to replace the static copy blocks in the template with dynamic copy blocks, which allow each individual page to carry its own content while still inheriting the shared layout, fonts, and formatting.
When a developer or content editor attempts to edit the header or body copy on a single service page (e.g., the Trauma page), the change is applied globally to every page built from that template. There is no way to isolate edits to one page in the current configuration.
This blocks the content workflow: Sebastian cannot preview how suggested headers and subheaders will render on a specific page before publishing.
"If I tried to edit it, like if I went to edit in the trauma page, all the coordinates changed — if I try to change the header for one of the pages, it would change it on all the pages."
— Sebastian Gant, 2025-11-21 call
A developer will update the template to use dynamic copy blocks (sometimes called dynamic fields or per-page overrides in CMS contexts). The change will:
No visual or structural changes to the site are expected as a result of this fix.
This fix is a prerequisite for the full [1] service page content workflow:
Without dynamic copy blocks, step 3 is not reliably possible.