<% include ../common/header.html %>
<% let result = []; if(list.length > 0){ for(let i = 0; i < list.length; i++) { let vo = list[i]; result.push(vo.name); } } %> test list :
		<%=result.join("\n")%>
	
<% include ../common/footer.html %>