{% load html assets news %} {% if article.image %} {% endif %}

{{article}}

{% article_meta article %}

{% if article.summary %} {{article.summary|html}} {% else %}

{{article.content|truncate_paragraphs:1|striptags}}

{% endif %}