{pageTitle} {#if contentEntry?.meta?.description} {/if} {#if contentEntry?.meta?.keywords?.length} {/if}
{#if scrolled}Tibi{:else}Tibi{/if} Starter
{#if $mobileMenuOpen}
{/if}
{#if loading}
{:else if notFound}
{:else if contentEntry?.blocks}
{#if (contentEntry as any)?._aggregate?.commentsCount !== undefined}

Kommentare ({(contentEntry as any)._aggregate.commentsCount})

{#if comments && comments.length > 0}
{#each comments as comment}
{comment.author}

{comment.message}

{/each}
{:else}

Noch keine Kommentare vorhanden.

{/if}
{/if}
{/if}