]> git.decadent.org.uk Git - maypole.git/blob - ex/fancy_example/templates/factory/header
tested and it seems to work
[maypole.git] / ex / fancy_example / 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=[% request.document_encoding %]" />
12         <base href="[% config.uri_base%]"/>
13         <link title="Maypole" href="[% config.uri_base %]/maypole.css" type="text/css" rel="stylesheet" />
14    </head>
15     <body>
16         <div class="content">