diff options
Diffstat (limited to 'templates/none.html')
-rw-r--r-- | templates/none.html | 9 |
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> |