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