]> git.decadent.org.uk Git - maypole.git/blob - templates/factory/header
set base to allow relative urls to work without leading slash.
[maypole.git] / templates / factory / header
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5         <title>
6             [%
7               title || config.application_name ||
8                 "A poorly configured Maypole application"
9             %]
10         </title>
11         <meta http-equiv="Content-Type" content="text/html; charset=[% 
12             request.document_encoding
13         %]"/>
14         <base href="[% config.uri_base%]"/>
15         <link title="Maypole" href="/maypole.css" type="text/css"
16             rel="stylesheet"/>
17    </head>
18     <body>
19         <div class="content">