{infoData?.name || "UpEnd"}

Roots

{#await roots} {:then data}
    {#each data as root}
  • {root.get("LBL")}

    {root.attr["HAS"]?.length || 0} children
  • {:else}
  • No roots :(
  • {/each}
{/await}

Most recently added files

{#await latestFiles} {:then data} {#each data as file} {/each}
{fmtDate(file.added)}
{file.path}
{/await}