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:
17
testdata/blog/.test/index.html
vendored
17
testdata/blog/.test/index.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user