确认删除这篇文章吗?
% this.title = article.title + ' - 帖子'; %> <% include header %>
<%= article.user.username %><% if (article.user.nameplate) { %><%- article.user.nameplate %><% } %>
<%= syzoj.utils.formatDate(article.public_time) %>
<% if (article.public_time !== article.update_time) { %> <%= syzoj.utils.formatDate(article.update_time) %><% } %>
<% if (article.allowedEdit) { %>
编辑
删除
共 <%= commentsCount %> 条回复
<% for (let comment of comments) { %>删除评论
确认删除这条评论吗?