index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_derive
/
src
/
path.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change find_template_from_path() to take Path as start_at argument
Dirkjan Ochtman
2017-08-16
1
-5
/
+5
*
Simplify relative path handling in find_template_from_path()
Dirkjan Ochtman
2017-08-16
1
-10
/
+7
*
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