aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/inheritance.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-06Hide askama_derive dependency inside askama (fixes #2)Libravatar Dirkjan Ochtman1-2/+1
2017-03-03Discard trailing newlines from templates by defaultLibravatar Dirkjan Ochtman1-2/+2
This matches Jinja's behavior, and seems sensible.
2017-02-12Test support for variables in inherited templatesLibravatar Dirkjan Ochtman1-7/+9
2017-02-12Explicitly pass trait implementation to top-level base template methodLibravatar Dirkjan Ochtman1-2/+4
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.
2017-02-12Add test for using base template directlyLibravatar Dirkjan Ochtman1-0/+6
2017-02-05Implement basic support for template inheritanceLibravatar Dirkjan Ochtman1-0/+19