Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > bac1492c0e832615b553e21b6dfa8ddd > files > 132

python-mako0.4-0.4.2-7.fc14.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>