{% extends 'blog/base.html' %} {% block content %} {% for post in posts %}

published: {{ post.published_date }}

{{ post.title }}

{{ post.text|linebreaksbr|truncatewords_html:100 }}

{% endfor %} {% endblock %}