{% moduleDetail with name="Title" %}
-
{% archiveList articles with type="page" limit="10" %}
{% for item in articles %}
-
{% tr 'source:' %}{% categoryDetail with name="Title" %} / {% tr 'time:' %}{{ stampToDate(item.CreatedTime, "2006-01-02") }}
{{item.Title}}
{{item.Description}}
{% tr 'detail' %}
{% endfor %}
{% endarchiveList %}