]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/base.mako
59ba3f76cbe0a9706efada5f642c871029ae0b74
[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>