This page demonstrates the persistent Holy Gift shrine panel. After completing the
Faction Assessment, a user's Guardian and Holy Item are saved to
localStorage.fateGift. This panel reads that data and can be
embedded on any page of the site.
To add the shrine to any page (index.html, world-map.html, etc.),
copy the shrine CSS block, the shrine HTML markup, and the shrine script block into that page.
The panel will automatically appear when localStorage.fateGift is set
(i.e. after the user completes the quiz). No other configuration needed.
The panel is collapsed by default. Clicking the header tab expands it.
The giftToggle() function can also be called programmatically.