aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
new file mode 100644
index 0000000..dd20e7a
--- /dev/null
+++ b/templates/layout.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>{{template "title"}}</title>
+ <link rel="stylesheet" href="/static/style.css">
+</head>
+<body>
+ <div id="contents">
+ {{template "body" .}}
+ </div>
+</body>
+</html>