comparison 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
comparison
equal deleted inserted replaced
32:75822e38c3e0 33:e3c902a7380d
1 <html> 1 <html>
2 <body> 2 <body>
3 <h1>{{ println "Hello" }}</h1> 3 <h1>{{ printf Hello }}</h1>
4 </body> 4 </body>
5 </html> 5 </html>