Build a minimal context directly instead of relying on get_template_context() which runs the full context processor chain including cross-service fragment fetches. Each step (base_context, fragments, post hydration) is independently try/excepted so the page renders with whatever is available. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>