annotate testdata/page/index.html @ 23:40f55059fbfa draft

fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions
author zaitsev.serge
date Sun, 30 Aug 2015 12:20:35 +0000
parents ae3116ea938b
children e3c902a7380d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
be58ace6edae added integration test for build procedure
zaitsev.serge
parents:
diff changeset
1 <html>
be58ace6edae added integration test for build procedure
zaitsev.serge
parents:
diff changeset
2 <body>
18
ae3116ea938b started migration to go templates
zaitsev.serge
parents: 16
diff changeset
3 <h1>{{ println "Hello" }}</h1>
16
be58ace6edae added integration test for build procedure
zaitsev.serge
parents:
diff changeset
4 </body>
be58ace6edae added integration test for build procedure
zaitsev.serge
parents:
diff changeset
5 </html>