{{ article.title }}
- By {% for author in article.authors %}{{ author }}{% if not loop.last %}, {% endif%}{% endfor %}
- {{ article.locale_date }}
- {{ article.category }}
{% if SHOW_FULL_ARTICLE %} {{ article.content }} {% elif article.summary %} {{ article.summary|truncate(280) }} {% endif %}
Read More