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