summaryrefslogtreecommitdiffstats
path: root/root/templates/wrappers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-18 09:33:09 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-18 11:52:18 -0600
commit1ffb8c7688a3ecc947c81bccbd406f277c9d853a (patch)
tree985ec17b783bfbd10fa1557bac9b5ff8797a09fa /root/templates/wrappers
parent0d5a97a87d1e42626f8e21b36ef327afd556865c (diff)
downloadnarwhal-1ffb8c7688a3ecc947c81bccbd406f277c9d853a.tar.gz
narwhal-1ffb8c7688a3ecc947c81bccbd406f277c9d853a.zip
clean up the templates a bit
Diffstat (limited to 'root/templates/wrappers')
-rw-r--r--root/templates/wrappers/root.tt6
1 files changed, 6 insertions, 0 deletions
diff --git a/root/templates/wrappers/root.tt b/root/templates/wrappers/root.tt
new file mode 100644
index 0000000..de07514
--- /dev/null
+++ b/root/templates/wrappers/root.tt
@@ -0,0 +1,6 @@
+<html>
+<body>
+<h1>[% page %]</h1>
+[% content %]
+</body>
+</html>