<% var images = tempImage.images(paginator.pageNo,paginator.pageSize); %> <% var headContent = { %> <% include("/template/photo/includes/header.html"){} %> <% }; %> <% var bodyContent = { %> <% include("/template/photo/includes/header_menu.html"){} %>
<% for(item in images.list){ %> <% } %>
<%include("/template/photo/includes/paginator.html",{page:images}){} %>
<% include("/template/photo/includes/recommend.html"){} %> <% include("/template/photo/includes/friendly.html"){} %>
<% include("/template/photo/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>