My Lists

{#await lists} Loading... {:then lists} {#if lists.total == 0} You have no lists yet! Create one now {/if} {#each lists.documents as list} {list['title']}
{/each} Create new list {/await}