<% if(type === "module" || type === "template") { %>

<%- module.name %> [<%- module.type %>]

<% } else { %>

<%- path %>

<% } %> << <%- t('All Modules') %>

This documentation is generated automatically by the document module, supported by the excellent dox library. Any absence of text, comments, or issues with layout are due to inconsistent commenting / coding, and will be repaired asap [cliftonc].

<% var counter = 0; output.forEach(function(item) { counter++; %> <% if(item.ctx) { %>

<%- item.ctx.name %>

<% } %>
'> <%- item.description.full ? item.description.full : 'No comments ...' %>
<% if(counter > 1) { %>
<% } %> <% if (item.code) { %>
<%- item.code %>

<% } %>
<% }); %>