aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/path.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-16Change find_template_from_path() to take Path as start_at argumentLibravatar Dirkjan Ochtman1-5/+5
2017-08-16Simplify relative path handling in find_template_from_path()Libravatar Dirkjan Ochtman1-10/+7
2017-08-10Add note to template_dir() about being duplicatedLibravatar Dirkjan Ochtman1-0/+1
2017-08-08Reorganize code order in askama_derive modulesLibravatar Dirkjan Ochtman1-21/+21
2017-08-06Use one way of finding templates on the pathLibravatar Dirkjan Ochtman1-3/+3
2017-08-06Merge handling of trailing newline into get_template_source()Libravatar Dirkjan Ochtman1-1/+4
2017-08-06Add test for path::get_template_source()Libravatar Dirkjan Ochtman1-1/+6
2017-08-06Add tests for find_template_from_path()Libravatar Dirkjan Ochtman1-0/+30
2017-08-06Add function to find template relative to another template's pathLibravatar Dirkjan Ochtman1-0/+24
2017-03-07Panic with better message if template not found (fixes #4)Libravatar Dirkjan Ochtman1-1/+8
2017-03-06Hide askama_derive dependency inside askama (fixes #2)Libravatar Dirkjan Ochtman1-0/+19