blob: 05ff0a7534930a583e4d9957765e445975cbdafb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<h3 class="date" title="{{ article.date.isoformat() }}">{{ article.locale_date }}
{# {% if article.author %}
By <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
{% endif %} #}
</h3>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
|