diff testdata/page/index.html @ 33:e3c902a7380d draft

rewritten using zs templates, allowing go templates using <% %> delimiters
author zaitsev.serge
date Wed, 02 Sep 2015 17:05:09 +0000
parents ae3116ea938b
children
line wrap: on
line diff
--- a/testdata/page/index.html	Wed Sep 02 15:00:14 2015 +0000
+++ b/testdata/page/index.html	Wed Sep 02 17:05:09 2015 +0000
@@ -1,5 +1,5 @@
 <html>
 	<body>
-		<h1>{{ println "Hello" }}</h1>
+		<h1>{{ printf Hello }}</h1>
 	</body>
 </html>