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