<% if(prev){ %> <% } %> (Quick Reference) <% if(next){ %> <% } %>

${sectionNumber} ${title.encodeAsHtml()} - Reference Documentation

Authors: ${authors}

Version: ${version}

<% if (translators) { %>

Translated by: ${translators}

<% } %>
<% if (sectionToc) { %>

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)) } %>
<% } %> ${content}
<% if(prev){ %> <% } if(next){ %> <% } %>