view examples/bench/markup/base.html @ 127:0987adde333a stable-0.1.x

Bumped up version number on [milestone:0.1] stable branch.
author cmlenz
date Thu, 03 Aug 2006 17:16:08 +0000
parents cc034182061e
children
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://markup.edgewall.org/"
      py:strip="">

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

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

</html>
Copyright (C) 2012-2017 Edgewall Software