{% firstof article.headline 'Untitled'%}

{% if article.summary %} {{ article.summary|striptags|truncatewords:40|safe }} {% else %} {{ article.body|striptags|truncatewords:40|safe }} {% endif %}
{% include "articles/meta.html" %}