This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog/bp
giles b96800c71a
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m52s
Fix home route: build full post context for template rendering
The post template needs context (base_title, container_nav_widgets,
page_cart_count) that the post blueprint's context_processor provides.
Since home() runs on the blog blueprint, it must build this context
itself.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 17:25:15 +00:00
..