aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-09-20 09:46:44 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-09-20 09:46:44 +0200
commit362b71c855c434f246e4bb366cb26d02a9832c75 (patch)
tree3bee15b84f0620544ccbf0e2837d446c9743f04a /templates
parent459a48f299c188bbfc024fe14657e3d4802a0b6b (diff)
downloadwebsite-362b71c855c434f246e4bb366cb26d02a9832c75.tar.gz
bin: Add template support and empty template
Diffstat (limited to 'templates')
-rw-r--r--templates/none.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/none.html b/templates/none.html
new file mode 100644
index 0000000..f75fb33
--- /dev/null
+++ b/templates/none.html
@@ -0,0 +1,9 @@
+<html>
+include(templates/head.html)
+<body>
+ sinclude(tmp/metadata.html)
+ sinclude(tmp/toc.html)
+ include(tmp/body.html)
+ sinclude(tmp/index.html)
+<body>
+</html>
remember that computers suck.