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