{% for post in posts %}

{{post.post_titile}}

{{post.post_date}}

{{post.post_title}}

{{post.post_content}}

{% endfor%}