Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5d5a53cfb1fc82fdbf1e3e9ea3253fa5 > files > 116

python-mako-0.2.4-1mdv2010.0.noarch.rpm

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://purl.org/kid/ns#">

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

  <body py:match="item.tag == '{http://www.w3.org/1999/xhtml}body'" py:strip="">
    <div id="header">
      <h1>${title}</h1>
    </div>
    ${item}
    <div id="footer" />
  </body>
</html>