Table of contents
<% toc.children.eachWithIndex { ch, i -> %>
${i + 1}
${ch.title.encodeAsHtml()}
<% } %>
Quick Reference
<% if (logo) { %>
${logo}
<% } %> <% if (sponsorLogo) { %>
${sponsorLogo}
<% } %>
${subtitle.encodeAsHtml()}
(
Quick Reference
)
${content}
Quick Reference
(
hide
)
<% for (cat in refMenu) { %>
${cat.name.encodeAsHtml()}
<% if (cat.usage.exists()) { %>
Usage
<% } %> <% for (txt in cat.sections) { %>
${txt.name[0..-6].encodeAsHtml()}
<% } %>
<% } %>