<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <title>[% template.title or site.title %]</title>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/src/reset.css" type="text/css" media="screen, projection"/>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/src/grid.css" type="text/css" media="screen, projection"/>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/src/typography.css" type="text/css" media="screen, projection"/>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/print.css" type="text/css" media="print"/>
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/screen.css" type="text/css" media="screen, projection">
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/print.css" type="text/css" media="print">    


  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">    
  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/plugins/buttons/screen.css" type="text/css" media="screen, projection">    


  <!--[if IE]><link rel="stylesheet" href="[% c.config.static_url_path %]/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->

  <link rel="stylesheet" href="[% c.config.static_url_path %]/css/formfu.css" type="text/css" media="screen, projection">    

  <style type="text/css">
[% PROCESS ttsite.css %]
  </style>

 </head>
 <body>
  <div class="container">
  [% content %]
  </div>
 </body>
</html>
