{% extends "layout/layout.html" %} {% block content %} {% for post in blog %}

{{post.Title}} {{post.Date}}

{{ post.Content}}
{% endfor %} {% endblock %}