Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add note to template_dir() about being duplicated | Dirkjan Ochtman | 2017-08-10 | 1 | -0/+1 |
* | Reorganize code order in askama_derive modules | Dirkjan Ochtman | 2017-08-08 | 1 | -21/+21 |
* | Use one way of finding templates on the path | Dirkjan Ochtman | 2017-08-06 | 1 | -3/+3 |
* | Merge handling of trailing newline into get_template_source() | Dirkjan Ochtman | 2017-08-06 | 1 | -1/+4 |
* | Add test for path::get_template_source() | Dirkjan Ochtman | 2017-08-06 | 1 | -1/+6 |
* | Add tests for find_template_from_path() | Dirkjan Ochtman | 2017-08-06 | 1 | -0/+30 |
* | Add function to find template relative to another template's path | Dirkjan Ochtman | 2017-08-06 | 1 | -0/+24 |
* | Panic with better message if template not found (fixes #4) | Dirkjan Ochtman | 2017-03-07 | 1 | -1/+8 |
* | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 2017-03-06 | 1 | -0/+19 |