| Commit message (Collapse) | Author | Files | Lines |
|
|
|
This makes converting an app from tera to askama easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches Jinja's behavior, and seems sensible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires a base template struct to be a member of the derived template's
context, but allows the base template to access base template fields.
|
|
|
|
|
|
|
|
|