${title.encodeAsHtml()} - Reference Documentation
Authors: ${authors}
Version: ${version}
<% if (translators) { %>Translated by: ${translators}
<% } %>${subtitle.encodeAsHtml()}
(Quick Reference)
${title.encodeAsHtml()} - Reference DocumentationAuthors: ${authors} Version: ${version} <% if (translators) { %>Translated by: ${translators} <% } %>Table of Contents<% sectionWriter = { lvl, section, topSection, prefix -> if (single) { %> <% } else { %> <% } lvl++ section.children.eachWithIndex { s, j -> sectionWriter.call(lvl, s, topSection, prefix + '.' + (j + 1)) } } toc.children.eachWithIndex { topSection, i -> sectionWriter.call(0, topSection, topSection, i + 1) } %> |