<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <meta name="robots" content="all" />
  
  <title><% _($title) %></title>
  
  <% Jifty->web->include_css %>
  <% Jifty->web->include_javascript %> 
</head>
<%args>
$title => ""
</%args>
<%init>
$r->content_type('text/html; charset=utf-8');
</%init>
