diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/modelthing-webface.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/modelthing-webface.rs b/src/bin/modelthing-webface.rs index 0815117..5dc98f8 100644 --- a/src/bin/modelthing-webface.rs +++ b/src/bin/modelthing-webface.rs @@ -55,6 +55,7 @@ fn main() { app.enable_static_file_handling(); debug!("root_path: {}", app.root_path); + app.register_template("base.html"); app.register_template("home.html"); app.get("/", "home", home); app.get("/about/", "about", about); |