I was wondering, in response to more complex templating setups. If as a
user, you wanted to subclass a parent template, but the parent template
needs to dynamically generate content given a data source. An example
could be a calendar of events that you want displayed on every page.
The child page should not have to get those events and pass it to the
renderer. Is there some convention that Django follows, and if not,
what seems to be the most practical way for people who have dealt with
this?

Reply via email to