Mercurial > genshi > mirror
diff examples/bench/markup/template.html @ 76:85f70ec37112 trunk
Add Django to the benchmark.
author | cmlenz |
---|---|
date | Thu, 13 Jul 2006 09:17:21 +0000 |
parents | c40a5dcd2b55 |
children | d60486018004 |
line wrap: on
line diff
--- a/examples/bench/markup/template.html +++ b/examples/bench/markup/template.html @@ -10,9 +10,9 @@ <title>${title}</title> </head> <body> - <div>${greeting('you')}</div> + <div>${greeting(user)}</div> <div>${greeting('me')}</div> - <div>${greeting('all the others')}</div> + <div>${greeting('world')}</div> <h2>Loop</h2> <ul py:if="items">