view examples/bench/kid/base.kid @ 1045:d7ede0cf4735 stable-0.6.x tip

Merge r1269 from trunk (fix for selecting namespaced attributes).
author hodgestar
date Thu, 20 Mar 2014 13:01:56 +0000
parents c40a5dcd2b55
children
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://purl.org/kid/ns#">

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

  <body py:match="item.tag == '{http://www.w3.org/1999/xhtml}body'" py:strip="">
    <div id="header">
      <h1>${title}</h1>
    </div>
    ${item}
    <div id="footer" />
  </body>
</html>
Copyright (C) 2012-2017 Edgewall Software