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

9 lines
107 B
HTML

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