koa-lite/examples/blog/views/index.html

9 lines
107 B
HTML
Raw Normal View History

2013-11-28 05:40:00 +00:00
<html>
<head>
<title>Blog</title>
</head>
<body>
{% for post in posts %}
{% endfor %}
</body>
</html>