comparison examples/bench/cheetah/template.tmpl @ 319:bab19496d4fa trunk

Add [http://www.myghty.org/ Myghty] to the benchmarks, kindly contributed by Mike Bayer.
author cmlenz
date Tue, 24 Oct 2006 16:27:41 +0000
parents 300b6a3b0730
children
comparison
equal deleted inserted replaced
317:efa7870b63cb 319:bab19496d4fa
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> 4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
5 <head> 5 <head>
6 <title>${title}</title> 6 <title>${title}</title>
7 </head> 7 </head>
8 <body> 8 <body>
9 #include "header.tmpl" 9 #include "cheetah/header.tmpl"
10 10
11 <h2>Loop</h2> 11 <h2>Loop</h2>
12 #if $items 12 #if $items
13 <ul> 13 <ul>
14 #for $item in $items 14 #for $item in $items
15 <li>$item</li> 15 <li>$item</li>
16 #end for 16 #end for
17 </ul> 17 </ul>
18 #end if 18 #end if
19 19
20 #include "footer.tmpl" 20 #include "cheetah/footer.tmpl"
21 </body> 21 </body>
22 </html> 22 </html>
Copyright (C) 2012-2017 Edgewall Software