{{#if preambleExists}}
{{> preamble}}
{{/if}}
{{#each sections}}
{{#if type "spacer"}}
{{/if}}
{{#if type "section"}}
{{#if depthIs 1}}
{{#if templateHelper}}
Template helper
{{else}}
{{name}}
{{/if}}
{{else}}
{{> autoApiBox this}}
{{/if}}
{{/if}}
{{/each}}