aboutsummaryrefslogtreecommitdiffstats
path: root/askama.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama.toml')
-rw-r--r--askama.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/askama.toml b/askama.toml
new file mode 100644
index 0000000..fceb790
--- /dev/null
+++ b/askama.toml
@@ -0,0 +1,3 @@
+[general]
+# Directories to search for templates, relative to the crate root.
+dirs = ["web_server/templates"]