index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
build.rs
blob: aab2d59c4b8b09006d3917bc050fe7ad8bcb9359 (
plain
) (
tree
)
5549f9a
1dc554f
66dd21c
1dc554f
1
2
3
4
5
use
askama
;
fn
main
()
{
askama
::
rerun_if_templates_changed
();
}