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