summaryrefslogtreecommitdiff
path: root/GroLUG/root/lib/site/html
blob: 0bf8c2777494ea050e666a4d0c1a20bf9097ac61 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>