<%= msgInfo.title %>

<%- msgInfo.type === 1 ? msgInfo.creator : '' %> 发布于 <%= moment(msgInfo.release_time*1000).format('YYYY-MM-DD') %>

<%- msgInfo.content %>
附件 <% for (const file of files) { %>
<%- file.filename %><%- file.filesize %>
<% } %>