aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-22 23:07:35 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-22 23:07:35 -0400
commit7b6696714142de8deeb5ef4f144ac3ecf8116e3e (patch)
tree5343926cb2b008219e43c1c6e9ce0252509ffc6a /templates/base.html
parentf9ef9d242c4d1de392269379598d2a05109d44ad (diff)
downloadbommom-7b6696714142de8deeb5ef4f144ac3ecf8116e3e.tar.gz
bommom-7b6696714142de8deeb5ef4f144ac3ecf8116e3e.zip
basic HTML templating
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 }}