{% load wagtailcore_tags wagtailimages_tags %}
{% if article.image %}{% image article.image width-400 %}{% endif %}

{{ article.title }}

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

{% if article.lead %}

{{ article.lead }}

{% endif %}