Sophie

Sophie

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

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

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

  <p metal:define-macro="greeting">
    Hello, <span metal:define-slot="name">name</span>
  </p>

  <body metal:define-macro="content">
    <div id="header">
      <h1 tal:content="title" />
    </div>
    <div metal:define-slot="content" tal:omit-tag="" />
    <div id="footer"></div>
  </body>

</html>