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