aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
blob: c23fcfb3136b5fa3afa360a964eeae2659d1b6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>