<% def title = "Overview" + (props.windowTitle ? " (${props.windowTitle})" : "") %> ${title}

${props.docTitle ?: ''}

${rootDoc.summary()}
<% def s = rootDoc.summary().trim() def d = rootDoc.description().trim() if (d && d != s) { %>

See: Description

<%}%>
<% rootDoc.specifiedPackages().eachWithIndex { packageDoc, i -> %> <% } %>
Packages 
Package Description
${packageDoc.nameWithDots()} ${packageDoc.summary() ?: ' '}