{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
{% if article.modified %}
{% endif %}
{% if article.authors %}
By {% for author in article.authors %}
{{ author }}
{% endfor %}
{% endif %}
{{ article.content }}