summaryrefslogtreecommitdiffstats
path: root/templates/default
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-19 14:57:39 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-19 14:58:12 +0200
commit5aff968bf932f201b1103f2f81255ab58f115241 (patch)
tree43615a3834d41e6acda48325163c280fb8e54d63 /templates/default
parentb2f4cb04bfb85741bcbc754efd1027684d7577e3 (diff)
downloadsousleciel.lol-5aff968bf932f201b1103f2f81255ab58f115241.tar.gz
feat: scaffold website skeleton
Diffstat (limited to 'templates/default')
-rw-r--r--templates/default16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/default b/templates/default
new file mode 100644
index 0000000..8414c8b
--- /dev/null
+++ b/templates/default
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+include(templates/default.head)
+<body>
+ <header>
+ include(templates/default.header)
+ </header>
+ sinclude(tmp/tmp.metadata)
+ sinclude(tmp/tmp.toc)
+ include(tmp/tmp.body)
+ sinclude(tmp/tmp.index)
+ <footer>
+ include(templates/default.footer)
+ </footer>
+</body>
+</html>
remember that computers suck.