{% load thumbnails %} {% load staticfiles %}
{% if content.date %}
{{ content.date|date:"D m M Y"|lower }}
{% endif %}
{{ content.title }}
{% if class == "special" %} {{ content.text|safe|striptags|truncatewords:75}} {% else %} {{ content.text|safe|striptags|truncatewords:20}} {% endif %}