{#if rawImg} {:else if fallbackImg} {post.headline {:else}
{/if} {#if eventDate}
{/if} {#if isPastEvent}
Vergangen
{/if} {#if commentCount != null}
{commentCount}
{/if}
{post.headline ?? post.linkName ?? post.slug ?? post._slug}
{#if post.subheadline}
{@html marked.parseInline(post.subheadline)}
{/if} {#if post.excerpt}

{post.excerpt}

{/if}