Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

8 Zeilen
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>