{% load thumbnail staticfiles %}
{% if class == "special" and content.category %}
{{ content.category.title }}
{% endif %}
{{ content.title }}
{% if class == "special" %}
{{ content.text|safe|striptags|truncatewords:75}}
{% endif %}
{% if content.date %}
PubliƩe le {{ content.date|date:"d/m/Y" }}
{% endif %}