Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 66eff72ddca3746a7604140ec5cc6e8b > files > 455

python3-genshi-0.7-4.mga4.x86_64.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>