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.

8 líneas
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>