importing bzrfruit into git
[bzrfruit.git] / templates / skel.html
blobc4e81989c2476d055cd8671a82df16c72655fbc2
1 <!DOCTYPE html
2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"
5 xmlns:py="http://genshi.edgewall.org/">
6 <head>
7 <title>$title - BzrFruit</title>
8 <link rel="stylesheet" href="${ link_to('static/css/nearfar.css') }" />
9 <link rel="stylesheet" href="${ link_to('static/css/pygments.css') }" />
10 </head>
12 <body>
13 <h1>code</h1>
15 <div id="content">
17 ${ content() }
18 </div>
20 <br />
21 <div id="footer">
22 Powered by <a href="http://bazaar-vcs.org/">Bazaar</a> and
23 <a href="http://nearfar.org/notebook/BzrFruit.html">BzrFruit</a>.
24 </div>
25 </body>
26 </html>