<% var headContent = { %> <% include("/template/mtg/includes/header.html"){} %> <% }; var bodyContent = { %> <% include("/template/mtg/includes/header_menu.html"){} %>

发布的文章

用户信息

<% var userPic = user.title_url; if(isEmpty(userPic)){ userPic = BASE_PATH + 'static/images/user/user.png'; } else if(!strutil.startWith(userPic , 'http')) { userPic = ASE_PATH + userPic; } %> ${user.userName }头像

${user.realname!''}

    ${user.remark!''}

其他标签更多

<% if(taglist != null && taglist.~size > 0) { %> <% } %>
<% include("/template/mtg/includes/recommend.html"){} %> <% include("/template/mtg/includes/friendly.html"){} %>
<% include("/template/mtg/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>