{% extends "cn_backend/base.html" %} {% block coutent %}
{% for article in article_list %} {% endfor %}
标题 点赞数 评论数 编辑 删除
{{ article.title }} {{ article.up_count }} {{ article.comment_count }} 编辑 删除
{% endblock %}