{{> nav}}
API
{{#each sections}}
{{#if type "spacer"}}
{{/if}}
{{#if type "section"}}
{{#nav_section}}
{{#if prefix}}
{{prefix}}.
{{/if}}
{{#if instance}}
{{instance}}.
{{/if}}
{{name}}
{{/nav_section}}
{{/if}}
{{/each}}
{{#if depthIs 1}}
{{> UI.contentBlock}}
{{/if}}
{{#if depthIs 2}}
{{> UI.contentBlock}}
{{/if}}
{{#if depthIs 3}}
{{> UI.contentBlock}}
{{/if}}
{{#if depthIs 4}}
{{> UI.contentBlock}}
{{/if}}
{{#if depthIs 5}}
{{> UI.contentBlock}}
{{/if}}