<% include("header.tile") %>

<%=title%>

<% if (list.length > 1) { %>

total: <%=list.length%>

<% } %>

fadfssdfsadf

<% include("list.tile") %> <% var total=list.length; %> //这是注释 <% var a=10; while(a>0) {a--;} %> <% if(typeof console == "object") console.log("console is object."); %> <% if(a==0) {} %> <% if(a==0) { %> a==0 <% } %>

fadfssdfsadf

<% include("footer.tile") %>