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.
|
- <h6 class="subheader" title="{{ article.date.isoformat() }}">{{ article.locale_date }}
- {# {% if article.author %}
- By <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a>
- {% endif %} #}
- {% import 'translations.html' as translations with context %}
- {{ translations.translations_for(article) }}
- </h6>
|