{{ post.title }} {% if config.extra.seje_show_summary_only %} {{ post.summary }} More {% else %} {{ post.content | safe }} {% endif %} {% if config.extra.seje_chinese_date %} {{ macros::format_chinese_date(year=post.year, month=post.month, day=post.day) }} {% else %} {{ post.date|date(format="%Y/%m/%d") }} {% endif %}