{% extends 'blog/base.html' %} {% block content %} {% for post in posts %}
created: {{ post.created_date|date:'d-m-Y' }}
{{ post.text|truncatechars:200 }}