]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/base.mako
d3bd7836f55c22fb7f114048b2360824cdd908a4
[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       <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" />
6       </%block>
7           <%block name="js"/>
8    </head>
9    <body>
10       <div id="header">
11          <%block name="header"/>
12           </div>
13
14           ${self.body()}
15
16           <div id="footer">
17          <%block name="footer"/>
18           </div>
19    </body>
20 </html>