{% with article.images.all|first as image %}
{% endwith %}
{% endif %}
{{ article.title }}
{{ article.release_date|date:"F j, Y" }}
{% if article.location %}
Location:
{{ article.location }}
{% endif %}
{{ article.body|truncatewords_html:"60"|safe }}
read the full story
{% if article.categories.all %}
Categor{{ article.categories.count|pluralize:"y,ies" }}:
{% endif %}
-
{% for category in article.categories.all %}
- {{ category.title }} {% endfor %}
Posted at {{ article.release_date|time:"P" }}