Description
Collect and render named template blocks across Django templates with more control than simple template inheritance. It helps projects manage page-specific CSS, JavaScript, or snippets that need to be assembled in one place.
This is a template helper, not a frontend framework. Content collected into pages should still be reviewed for escaping, ordering, and duplication so rendered HTML remains safe and predictable.