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