load,,,,
<% pagelets.forEach(function(p){ %>
- <%= p.domid %> | <%= p.selector %>
<% if (p.children.length) { %>
<% p.children.forEach(function(sub){ %>
- subPagelet = <%= sub.name %> | <%= sub.selector %>
<% }) %>
<% } %>
<% }) %>
<% pagelets.forEach(function(p){ %>
loading...<%= p.name %>...
<% }) %>