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