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