view examples/bench/genshi/base.html @ 923:8cef75b02ac1

Pull up r1145 to trunk. Addresses #413.
author jruigrok
date Mon, 13 Dec 2010 18:55:01 +0000
parents 509b3a5e765e
children
line wrap: on
line source
<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>
Copyright (C) 2012-2017 Edgewall Software