Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd9b8648918182c52f8a2d496fcd571e > files > 231

python-genshi-0.5.1-3mdv2010.0.i586.rpm

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

  <p py:def="greeting(name)">
    Hello, ${name}!
  </p>

  <py:match path="body" once="true"><body>
    <div id="header">
      <h1>${title}</h1>
    </div>
    ${select('*')}
    <div id="footer" />
  </body></py:match>

</html>