{% block content %} {% for post in post_list %}

{{post.headline}}

{{post.text|linebreaks}}
{% endfor %} {% endblock %}