<% layout('layouts/default.html', {title:'文章查看',libs: []}){ %> <% include('include/banner.html'){} %>

${article.title}

摘要:${article.description}
${article.articleData.content}
发布者:${article.createBy}   点击数:${article.hits}   发布时间:${article.createDate,"yyyy-MM-dd HH:mm"}   更新时间:${article.updateDate,"yyyy-MM-dd HH:mm"}
<% } %>