* publish internal tools for svn/trac
[lab.git] / TipAndDoc / tools / trac / templates / site.html
1 <html xmlns="http://www.w3.org/1999/xhtml"
2       xmlns:xi="http://www.w3.org/2001/XInclude"
3       xmlns:py="http://genshi.edgewall.org/"
4       py:strip="">
5   <!--! Add site-specific style sheet -->
6   <head py:match="head" py:attrs="select('@*')">
7     ${select('*|comment()|text()')}
8     <link rel="stylesheet" type="text/css"
9           href="/static/htdocs/custom.css" />
10   </head>
11 </html>