{libraryName} Catalog
Browse and search books specifically in the {libraryName}.
{#if loading}
System is working...
{/if} {#if error && !loading}
{error}
{/if}
{#if !loading} {#each books as book}
{/each} {/if}