% def path = '..' packageName.count('.').times { path += ('/..') } %>
${packageName}
<% if (classes) { %>
Classes
<% classes.grep().each { %>
${it}
<% } %>
<% } %> <% if (interfaces) { %>
Interfaces
<% interfaces.grep().each { %>
${it}
<% } %>
<% } %>