Part of the BOPA list swap with Colleen McCann (Love & Magic Mentoring):
opt-in page bridged for sensitive/intuitive writers, delivery page linking
to the uploaded PDF.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Converts content/gift/index.md to _index.md and extracts the shared
hero/form rendering into a partial (courses-body.html) used by both
single.html and a new list.html, so /gift renders identically but can
now hold real child pages like /gift/<partner>/.
The gift.reground.org vanity redirect already forwards any path
generically (redir https://reground.org/gift{uri}), so no
infrastructure change is needed to support future partnership URLs
like gift.reground.org/cheyenne once a matching page exists here.
Add a hero image (rendered from the redesigned PDF's own cover) so the
opt-in page shows the actual resource instead of pure text, and make
the post-submit message PDF-specific with a working /gift-thanks
fallback link instead of a generic dead-end "check your inbox" line.
Both are opt-in per-page params (hero_image, success_message) so the
real drip-course page's rendering is unchanged.
Matches the gift.<domain> vanity redirect's own name instead of a
different word for the same page.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>