{% for post in posts %}

{{post.title}}

{{post.created_at | timesince}} ago | {{post.auther}}

{{post.short_description}}

{% endfor %}