<% $.master("./layout/master.html") %> <% $.placeBegin("head") %> 控制面板 | <%= $.configs.name %> <% $.placeEnd() %> <% $.placeBegin("content") %>
权限管理
<% $.each($.configs.roles,function(roleName,role){ %>
<%= role.text %>
<% }.bind(this)) %>

<% $.placeEnd() %>