{% extends 'base.html' %} {% block content %}

Unveröffentliche Artikel

{% for post in posts %}

created: {{ post.created_date|date:'d-m-Y' }}

{{ post.title }}

{{ post.text|truncatechars:200 }}

{% endfor %} {% endblock %}