<% var headContent = { include("/pages/template/head.html"){} }; var bodyContent = { %>
<% include("/template/includes/sewise-player.html"){} %>
<% // 列表头部 %>
专辑名称 ${video.album_name}
视频名称 ${video.name}
发布时间 ${video.publish_time}
发布者 ${video.publish_user}
 
<%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>