]> git.sesse.net Git - ccbs/blob - html/templates/main.tmpl
Add form (no backend yet) for registering new players.
[ccbs] / html / templates / main.tmpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3   "http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no">
5   <head>
6     <title>[% title %] - CCBS</title>
7     <link rel="stylesheet" type="text/css" href="ccbs.css" />
8   </head>
9   <body>
10     <h1>[% title %]</h1>
11
12     <div class="main">
13 [% INCLUDE $page %]
14     </div>
15   </body>
16 </html>