Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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>