Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
1234567 |
- <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>
|