You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
339B

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