归档 {% for yearMonth,data in list%} {{yearMonth}} ({{data.length}}) {% for item in data %} {{item.title}} {{think.datetime(item.create_time, 'YYYY-MM-DD')}} {% endfor %} {% endfor %}