view examples/bench/kid/base.kid @ 57:300b6a3b0730 trunk

Add some simple benchmarks to compare performance against Clearsilver, Kid, Cheetah, and more soon.
author cmlenz
date Tue, 04 Jul 2006 18:19:22 +0000
parents
children c40a5dcd2b55
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://purl.org/kid/ns#">
  <div py:def="header()" id="header">
    <h1><?cs var:title ?></h1>
  </div>
  <div py:def="footer()" id="footer">
  </div>
</html>
Copyright (C) 2012-2017 Edgewall Software