{% load static %} {% load thumbnail %}
{% for article in articles %}
{% if article.picture %} {% endif %}

{{ article.title }}

{{ article.creation_date |date:"d.m.Y" }}, {{ article.get_category }}

{{ article.text | safe | truncatewords_html:30 }}

Weiterlesen
{% endfor %}