<%:=authorInfo.message%>
<%/* 遍历年份 */%> <%for (var yearMap of boardMaps) {%> <%for (var monthMap of yearMap[1]) {%> <%for (let index = 0; index < monthMap[1].length; index++) {%> <%const board = monthMap[1][index]%> <%total = total -1%>
<%:=API.Common.formatContent(board.nickname)%> #<%:=total + 1 %>
<%:=API.Utils.formatDate(board.pubtime)%>
<%:=API.Common.formatContent(board.htmlContent,'HTML', false, true)%>
<%if(board.replyList){%>
<%for (var reply of board.replyList) {%>
<%:=API.Common.formatContent(reply.nick)%>
<%:=API.Utils.formatDate(reply.time)%>
<%:=API.Common.formatContent(reply.content)%>
<%}%>
<%}%>
<%}%> <%}%> <%}%>