src/dazzle_ui/runtime/site_context.py¶
Generated: 2026-03-30T04:38:49.145225+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Context builders for site page Jinja2 templates.
Converts raw sitespec dicts into typed Pydantic context models that are passed to Jinja2 templates for rendering.
Key Exports¶
build_site_page_contextbuild_site_auth_contextbuild_site_404_contextbuild_site_error_context
Dependencies¶
Imports¶
datetime.UTCdatetime.datetimetyping.Anydazzle_ui.runtime.template_context.Site404Contextdazzle_ui.runtime.template_context.SiteAuthContextdazzle_ui.runtime.template_context.SiteCTAContextdazzle_ui.runtime.template_context.SiteErrorContextdazzle_ui.runtime.template_context.SiteFooterColumndazzle_ui.runtime.template_context.SiteFooterLinkdazzle_ui.runtime.template_context.SiteNavItemdazzle_ui.runtime.template_context.SiteOGMetadazzle_ui.runtime.template_context.SitePageContext
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.