diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:38 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:38 +0200 |
commit | 66d48a7a4c98383e5baef20d352a3d2e4e681a6a (patch) | |
tree | 752afac2d229577c71c1859b6c597a89e59dbd2e /templates/default.html | |
parent | 1b5bfd89244367acf86fcf311dbddacd22bd7b14 (diff) | |
download | rgoncalves.se-66d48a7a4c98383e5baef20d352a3d2e4e681a6a.tar.gz |
bin: Generation scaffold
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 15 |
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> |