{{#*inline "ccHubFolderGroups"}} {{#each nodes}}
{{this.label}} {{this.count}} {{#if this.isOpen}}
{{#if this.items.length}}
{{#each this.items}} {{/each}}
{{/if}} {{#if this.children.length}}
{{> ccHubFolderGroups nodes=this.children}}
{{/if}}
{{/if}}
{{/each}} {{/inline}}
{{#if isHome}}

Campaign Codex

Campaign Hub

{{totalSheets}} sheets available to you

{{#each dashboardStats}} {{/each}}
{{else}} {{#if isTypeBrowser}}

{{typeBrowser.label}}

{{#if typeBrowser.items.length}}
{{#each typeBrowser.items}} {{/each}}
{{else}}

No {{typeBrowser.label}}

{{/if}}
{{else}} {{#if previewError}}

Preview unavailable

{{previewErrorMessage}}

{{else}} {{{selectedSheetContent}}} {{/if}} {{/if}} {{/if}}