comparison testdata/page/index.html @ 18:ae3116ea938b draft

started migration to go templates
author zaitsev.serge
date Sat, 29 Aug 2015 16:46:05 +0000
parents be58ace6edae
children e3c902a7380d
comparison
equal deleted inserted replaced
17:0214b1b5f5eb 18:ae3116ea938b
1 <html> 1 <html>
2 <body> 2 <body>
3 <h1>{{ echo Hello }}</h1> 3 <h1>{{ println "Hello" }}</h1>
4 </body> 4 </body>
5 </html> 5 </html>