{{#each itemsSorted as |item|}}
  • {{#if item.isFolder}} {{#link-to "index" (query-params path=item.path)}} {{item-icon type=item.type}} {{item.name}} {{item.type}} {{/link-to}} {{else}} {{#link-to "inspect" (query-params path=item.path)}} {{item-icon type=item.type}} {{item.name}} {{human-file-size item.size}} {{item.type}} {{/link-to}} {{/if}}
  • {{/each}}