Edgewall Software

Ticket #6185: site.html

File site.html, 0.6 KB (added by eblot, 13 months ago)

site.html for trac.edgewall.org

Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xmlns:py="http://genshi.edgewall.org/"
3      py:strip="">
4
5  <head py:match="head" py:attrs="select('@*')">
6    ${select('*')}
7    <link rel="stylesheet" type="text/css"
8          href="${href.chrome('site/css/teo.css')}" />
9  </head>
10
11  <body py:match="body" py:attrs="select('@*')">
12    <div id="siteheader">
13      <!--! Place your header content here... -->
14    </div>
15
16    ${select('*|text()')}
17
18    <div id="sitefooter">
19      <!--! Place your footer content here... -->
20    </div>
21  </body>
22</html>