<%= module.name %> library

<%= module.description %>

<% var t = 0; col = 0; %> <% _.each(groups, function(group){ %> <% if (t == 0) { %>
<% } %> <% if (group.name !== module.name && group.name !== 'p5') { %> class="core"<% } %>>

<%=group.name%>

<% } %> <% _.each(group.items, function(item) { %> class="core"<% } %>><%=item.name%><% if (item.itemtype === 'method') { %>()<%}%>
<% t++; %> <% }); %> <% if (t >= totalItems/4) { col++; t = 0; %>
<% } %> <% }); %>