{#if loading} Loading... {:else if error} Error {:else} {pageCount} page{pageCount !== 1 ? 's' : ''} {/if}
{#if error}
{error}
{:else}
{/if}