<% this.title = article.title + ' - 帖子'; %> <% include header %>

<%= article.title %>

<%= article.user.username %><% if (article.user.nameplate) { %><%- article.user.nameplate %><% } %> <%= syzoj.utils.formatDate(article.public_time) %> <% if(user) {%> 回复 <%}%> <% if (article.public_time !== article.update_time) { %> <%= syzoj.utils.formatDate(article.update_time) %><% } %> <% if (article.allowedEdit) { %> 编辑 删除

<% } %>

<%- article.content %>
<% if (comments.length) { %>

共 <%= commentsCount %> 条回复

<% } %> <% if (article.allowedComment) { %> <% include monaco-editor %> <% } %>
<% include footer %>