{% load i18n %}
{% if article.cover_image %} {{ article.title_zh }} {% endif %}

{{ article|default_if_none:"" }} {% if lang and lang|slice:":2" == 'en' and article.title_en %} {{ article.title_en }} {% else %} {{ article.title_zh }} {% endif %}

{% if lang and lang|slice:":2" == 'en' and article.summary_en %} {{ article.summary_en }} {% else %} {{ article.summary_zh }} {% endif %}

{% if article.published_at %}

{{ article.published_at|date:"Y-m-d" }}

{% endif %}