{#if quoteCount !== undefined}

{#if quoteCount > 1} {quoteCount} quotes: {:else if quoteCount == 1} 1 quote: {:else} No quotes found. {/if}

{#each posts as post (post.uri)} {#if post.parentReference} {/if} {/each}
{:else if !loadingFailed} {/if}