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