{% extends 'base.html' %} {% block title %}分类归档页面{% endblock %} {% block left %}
{% for cp in c_post %} {% empty %} 无记录 {% endfor %}
{% endblock %}