<%include "header.gsp"%> <%include "menu.gsp"%>
A means the contributor is also a committer.
    <% org.apache.tomee.website.Contributors.load(content.body).each {contributor -> %>
    ${contributor.name} <% if (contributor.committer){ %><% } %>

    ${contributor.name}

      <%contributor.link.each {l ->%>
    • ${l.name}
    • <%}%>
    <% } %>
<%include "footer.gsp"%>