{% moduleDetail with name="Title" %}
-
{% archiveList articles with type="page" limit="10" %}
{% for item in articles %}
-
来源:{% categoryDetail with name="Title" %} / 时间: {{ stampToDate(item.CreatedTime, "2006-01-02") }}
{{item.Title}}
{{item.Description}}
详情
{% endfor %}
{% endarchiveList %}