{% extends "pub/basepage.html"%} {% block title%} 文章管理 {% endblock %} {% block content %}
标题 | 状态 | 评论 | 浏览 | 操作 |
{{articleInfo.title}} | {% ifequal articleInfo.status 1%} 发布 {% else %} 草稿 {% endifequal %} | {{articleInfo.comments}} | {{articleInfo.views}} | 编辑  |  删除 |