{% extends 'base.html' %} {% block main %}

{% tagDetail with name="Title" %}

{% tagDataList articles with type="page" limit="10" %} {% for item in articles %}
{{stampToDate(item.CreatedTime, "2006-01-02")}}
{% endfor %} {% endtagDataList %} {% include "partial/pagination.html" %} {% endblock %}