<%template:_head.html%>
<%foreach(var row in GetCategoryList(id:0)){%>
/"><%=row["CategoryName"]%> <%foreach(var row2 in GetCategoryList(id:Convert.ToInt32(row["CategoryID"]))){%> /"><%=row2["CategoryName"]%> <%}%>
<%}%>
<%template:_foot.html%>