aboutsummaryrefslogtreecommitdiffstats
path: root/askama_test/tests/simple.rs
diff options
context:
space:
mode:
Diffstat (limited to 'askama_test/tests/simple.rs')
-rw-r--r--askama_test/tests/simple.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_test/tests/simple.rs b/askama_test/tests/simple.rs
index f7beb80..67bb126 100644
--- a/askama_test/tests/simple.rs
+++ b/askama_test/tests/simple.rs
@@ -7,6 +7,7 @@ extern crate askama;
use askama::Template;
#[derive(Template)]
+#[template(path = "simple.html")]
struct TestTemplate {
var: String,
}