aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/inheritance.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-21Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-7/+10
2018-05-21Remove forgotten debugging cruftLibravatar Dirkjan Ochtman1-2/+2
2018-05-20Add support for nested blocks (fixes #85)Libravatar Dirkjan Ochtman1-0/+18
2017-12-25Add test case for cross-module inheritanceLibravatar Dirkjan Ochtman1-0/+29
2017-11-21Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman1-1/+4
2017-08-25Add test for parent default block implementationsLibravatar Bastien Orivel1-2/+2
2017-08-10Propagate format errors and rename `render_to()` to `render_into()`Libravatar Dirkjan Ochtman1-2/+2
2017-08-08Add test for deref implementation (see #28)Libravatar Dirkjan Ochtman1-1/+1
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
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
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