koa-lite/examples/blog/views/index.html
2013-11-27 21:40:00 -08:00

9 lines
No EOL
107 B
HTML

<html>
<head>
<title>Blog</title>
</head>
<body>
{% for post in posts %}
{% endfor %}
</body>
</html>