{{#if overview}} {{{overview}}} {{else}} {{! Find each section, in order. If there's no markup or modifiers supplied, use a Markdown-only layout instead. The "root" element comes first in this loop, and can be detected using the "#whenDepth 1" block as seen below. }} {{#eachSection rootNumber}} {{#ifDepth 1}}

{{ header }}

{{else}}
{{ reference }} {{ header }} {{/ifDepth}} {{#if markup}}
{{{description}}}
{{modifierMarkup}} {{#eachModifier}}

{{name}}

{{{description}}}
{{modifierMarkup}}
{{/eachModifier}}
{{markup}}
{{else}} {{#if description}} {{{description}}} {{/if}} {{/if}} {{#ifDepth 1}} {{else}}
{{/ifDepth}} {{/eachSection}} {{/if}}