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

${title.encodeAsHtml()} - Reference Documentation

Authors: ${authors}

Version: ${version}

<% if (sectionToc) { %>

Table of Contents

<% sectionWriter = { lvl, section -> %> <% lvl++ for (s in section.subSections) { sectionWriter.call(lvl, s) } } for (s in sectionToc) { sectionWriter.call(0, s) } %>
<% } %> ${content}
<% if(prev){ %> <% } if(next){ %> <% } %>