aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
new file mode 100644
index 0000000..538d7db
--- /dev/null
+++ b/templates/base.html
@@ -0,0 +1,8 @@
+{{ define "HEADER" }}<html>
+<head>
+<title>bombom</title>
+<link rel="stylesheet" type="text/css" href="/static/default.css"></link>
+</head>
+<body>{{ end }}
+{{ define "FOOTER" }}</body>
+</html>{{ end }}