]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/base.mako
Add basic views for player and game info, plus the supporting templates.
[xonotic/xonstat.git] / xonstat / templates / base.mako
1 <html>
2    <head>
3       <title><%block name="title">XonStat - The Xonotic Statistics Database</%block></title>
4           <%block name="css"/>
5           <%block name="js"/>
6    </head>
7    <body>
8       <div id="header">
9          <%block name="header"/>
10           </div>
11
12           ${self.body()}
13
14           <div id="footer">
15          <%block name="footer"/>
16           </div>
17    </body>
18 </html>