view 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 source

<html>
	<body>
		<h1>{{ printf Hello }}</h1>
	</body>
</html>