Sophie

Sophie

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

python3-genshi-0.7.1-1.mga7.noarch.rpm

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      py:strip="">

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

  <py:match path="body" once="true"><body>
    <div id="header">
      <h1>${title}</h1>
    </div>
    ${select('*')}
    <div id="footer" />
  </body></py:match>

</html>