aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'webface/templates/base.html')
-rw-r--r--webface/templates/base.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/webface/templates/base.html b/webface/templates/base.html
new file mode 100644
index 0000000..59060ed
--- /dev/null
+++ b/webface/templates/base.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>{{#block title}}modelthing{{/block}}</title>
+</head>
+
+<body>
+{{~#block content}}{{/block~}}
+</body>
+
+</html>