選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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