{% for archive in archives %}
  • {{ archive.title }}

    {{ archive.created_time }} {{ archive.categories__name }} {{ archive.tag }}
    {% autoescape off %}
    {% endautoescape %}

  • {% endfor %}

{{ about.name }}

{{ about.declaration }}
{% for icon in icons %} {% endfor %}

分类列表

    {% for category in category_list %}
  • {{ category.name }} ({{ category.count }})
  • {% endfor %}

友情链接

    {% for link in links %}
  • {{ link.name }}
  • {% endfor %}
{% if archives.has_previous %} Previous {% endif %} Page {{ archives.number }} of {{ archives.paginator.num_pages }} {% if archives.has_next %} Next {% endif %}