{{ article.title }}

{% if article.authors.count %} {% for author in article.get_ordered_authors %} {{ author.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %}
{{ article.date }}

{% if article.featured.order_on_homepage == 0 %}
{% include 'ads.html' %}
{% endif %}