(Quick Reference)

${title.encodeAsHtml()} - Reference Documentation

Authors: ${authors}

Version: ${version}

<% if (translators) { %>

Translated by: ${translators}

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

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) } %>
<% } %> ${content}