{% extends "base.html" %} {% block title %} 分类文章{%endblock%} {% block bc %} {%endblock%} {%block content%}

{{category.name}}的所有文章

{%for article in articles%} {%endfor%}
文章ID 文章标题 时间
{{ article.id }} {{article.title}} {{article.dateline}}
{% if page_total > 1 %} {% endif %} {%endblock%}