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