diff options
Diffstat (limited to 'templates/default')
-rw-r--r-- | templates/default | 16 |
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> |