No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <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>
|