mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
6 lines
69 B
Rust
6 lines
69 B
Rust
use askama;
|
|
|
|
fn main() {
|
|
askama::rerun_if_templates_changed();
|
|
}
|