{@html data.contentHeadlineHtml}
{:else if data.post.headline || data.post.subheadline}
{data.post.headline}
{/if} {#if data.post.subheadline}{data.post.subheadline}
{/if}{data.post.excerpt}
{/if} {#if data.isEvent && (data.eventDateLabel || data.eventLocationText)}
{@html data.contentBodyHtml}
{/if}
{#if data.hasRowContent}
{#each data.post.postTag ?? [] as tag}
{@const tagName =
tag && typeof tag === "object"
? ((tag as { name?: string }).name ?? "")
: ""}
{#if tagName}
{tagName}
{/if}
{/each}
{/if}