aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/html')
-rw-r--r--root/template/html13
1 files changed, 13 insertions, 0 deletions
diff --git a/root/template/html b/root/template/html
new file mode 100644
index 0000000..c23fcfb
--- /dev/null
+++ b/root/template/html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <title>[% template.title or site.title %]</title>
+ <link rel="Stylesheet" href="/ttsite.css">
+ <!-- style type="text/css" -->
+ <!--% PROCESS ttsite.css %-->
+ <!-- /style -->
+ </head>
+ <body>
+[% content %]
+ </body>
+</html>