<!DOCTYPE html>
<html>
<head>
   <title>${title_prefix}::${title}</title>

   <meta name="keywords" content="some test stuff" />

   <meta name="description" content="${description}" /> 

   <meta name="author" content="${author}" />

   <link rel="stylesheet" href="${stylesheet_url}" />
   <link rel="icon" type="image/x-png" href="${favicon_url}" />
</head>

<body>

<perl>
  return $self->link_bar();
</perl>

<h1>${title}</h1>

${content}

<p><small><em>${license}</em></small></p>

</body>
</html>
