{{ article.locale_date }}
{% if article.modified %}
{{ article.locale_modified }}
{% endif %}
{% if article.authors %}
By {% for author in article.authors %}
{{ author }}
{% endfor %}
{% endif %}
In {{ article.category }}.
{% include 'taglist.html' %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}