[% # $Id: html,v 1.2 2004/12/05 11:57:46 jv Exp $ -%]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <title>[% page.title %]</title>
  <link rel="stylesheet" href="[% site.url.css %]/site.css" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta name="robots" content="all" />
 </head>

 <body bgcolor="[% site.col.back %]"
       text="[% site.col.text %]" link="[% site.col.link %]"
       vlink="[% site.col.vlink %]" alink="[% site.col.alink %]"
       [%- " background=\"${site.background.src}\"" IF site.background -%] >
  [% content %]
 </body>
</html>
