<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      py:strip="">

  <!--! Add site-specific style sheet -->
  <head py:match="head" py:attrs="select('@*')">
    ${select('*|comment()|text()')}
    <link rel="stylesheet" type="text/css"
          href="${href.chrome('site/libcaca.css')}" />
  </head>

  <body py:match="body" py:attrs="select('@*')">
    <div class="corps">
    <div id="siteheader">
        <p class="nav">Please <a href="${href.chrome('login')}">log in</a> as guest/guest to report bugs</p>
    </div>

    ${select('*|text()')}

    <!--! Add site-specific footer -->
    <div id="sitefooter">
      <!--! Place your footer content here... -->
    </div>
    </div>
  </body>
</html>