{infoData?.name || "UpEnd"}

Roots

{#await roots} {:then data}
    {#each data as root}
  • {:else}
  • No roots :(
  • {/each}
{/await}

Most recently added files

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