{% extends 'base.html' %} {% block container %}
{% categoryDetail with name=

{% categoryDetail with name="Title" %}

News

{% include "partial/breadcrumb.html" %}
    {% archiveList archives with type="page" limit="12" %} {% for item in archives %}
  • {{item.Title}}

    {{item.Title}}

    {{item.Description}}

    查看更多 {{stampToDate(item.CreatedTime, "2006-01-02")}}

  • {% endfor %} {% endarchiveList %}
{% include "partial/pagination.html" %}
{% endblock %}