diff 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
line wrap: on
line diff
--- a/examples/bench/cheetah/template.tmpl
+++ b/examples/bench/cheetah/template.tmpl
@@ -6,7 +6,7 @@
     <title>${title}</title>
   </head>
   <body>
-    #include "header.tmpl"
+    #include "cheetah/header.tmpl"
 
     <h2>Loop</h2>
     #if $items
@@ -17,6 +17,6 @@
       </ul>
     #end if
 
-    #include "footer.tmpl"
+    #include "cheetah/footer.tmpl"
   </body>
 </html>
Copyright (C) 2012-2017 Edgewall Software