Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > fac195bf96b9a69a0644d45f5583eb35 > files > 230

python3-genshi-0.7.1-1.mga7.noarch.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>