fix up code to 404
[catagits/catbook-code.git] / root / page.tt
1 <!DOCTYPE html
2         PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
5 <head>
6 <title>[% title %]</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8 </head>
9 <body>
10 [% content %]
11 </body>
12 </html>