Novels

{#if hasActiveFilters(filters)} Showing filtered results {:else} Browse all novels {/if}

{#if fetching && initialLoad}
{/if} {#if error}

Could not load novels: {error}

{/if} {#if !fetching && novels.length === 0 && !error && !initialLoad}

{#if hasActiveFilters(filters)} No novels match your filters. Try adjusting your search criteria. {:else} No novels found yet. Try adding content to the gateway. {/if}

{/if} {#if novels.length > 0}
{#each novels as novel (novel.id)} {/each}
{/if} {#if hasNextPage}
{/if}