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

{% tagDetail with name="Title" %}

Tag

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

    {{item.Title}}

    {{item.Description}}

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

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