rewritten using zs templates, allowing go templates using <% %> delimiters

git-svn-id: file:///srv/svn/repo/aya/trunk@34 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
zaitsev.serge
2015-09-02 17:05:09 +00:00
parent 25de459e7a
commit 37ae350571
5 changed files with 199 additions and 220 deletions

View File

@@ -1,17 +0,0 @@
<html>
<head>
<title>My blog</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>Here goes list of posts</p>
<ul>
<li>
<a href="/posts/hello.html">First post</a>
</li>
<li>
<a href="/posts/update.html">Second post</a>
</li>
</ul>
</body>
</html>