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