• {{!-- Folder Control --}}
    {{ folder.name }} {{#if (and @root.canCreateFolder (lt node.depth @root.maxFolderDepth))}} {{/if}} {{#if @root.canCreateEntry}} {{/if}}
    {{!-- Folder Contents --}}
      {{~#each node.children}} {{> (lookup @root "folderPartial") node=this folder=folder }} {{/each}} {{~#each node.entries}} {{> (lookup @root "entryPartial") }} {{/each}}