aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
new file mode 100644
index 0000000..9156cbd
--- /dev/null
+++ b/templates/default.html
@@ -0,0 +1,15 @@
+<html>
+include(templates/head.html)
+<body>
+ <header>
+ include(tmp/header.html)
+ </header>
+ sinclude(tmp/metadata.html)
+ sinclude(tmp/toc.html)
+ include(tmp/body.html)
+ sinclude(tmp/index.html)
+ <footer>
+ include(tmp/footer.html)
+ </footer>
+<body>
+</html>
remember that computers suck.