Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Propagate format errors and rename `render_to()` to `render_into()` | Dirkjan Ochtman | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | Add test for deref implementation (see #28) | Dirkjan Ochtman | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 2017-03-06 | 1 | -2/+1 |
| | |||||
* | Discard trailing newlines from templates by default | Dirkjan Ochtman | 2017-03-03 | 1 | -2/+2 |
| | | | | This matches Jinja's behavior, and seems sensible. | ||||
* | Test support for variables in inherited templates | Dirkjan Ochtman | 2017-02-12 | 1 | -7/+9 |
| | |||||
* | Explicitly pass trait implementation to top-level base template method | Dirkjan Ochtman | 2017-02-12 | 1 | -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. | ||||
* | Add test for using base template directly | Dirkjan Ochtman | 2017-02-12 | 1 | -0/+6 |
| | |||||
* | Implement basic support for template inheritance | Dirkjan Ochtman | 2017-02-05 | 1 | -0/+19 |