(Quick Reference)

${title.encodeAsHtml()} - Reference Documentation

Authors: ${authors}

Version: ${version}

<% if(toc){ %>

Table of Contents

<% sectionWriter = { lvl, section, topSection -> if (single) { %> <% } else { %> <% } lvl++ for (s in section.subSections) { sectionWriter.call(lvl, s, topSection) } } for (topSection in toc) { sectionWriter.call(0, topSection, topSection) } %>
<% } %> ${content}