{#if label} {label} {/if} {#if showKind} Kind {event.kind} {/if} {#if community} Community {/if} {createdDate}
{@render userBadge(toNpub(event.pubkey) as string, displayName)}
{#if event.kind === 0 && profileData?.about}
{clippedContent(profileData.about)}
{:else} {#if summary}
{summary}
{/if} {#if deferralNaddr}
Read { if (e.key === "Enter" || e.key === " ") { e.preventDefault(); handleDeferralClick(e as unknown as MouseEvent); } }} > {deferralNaddr}
{/if} {#if showContent && event.content}
{clippedContent(event.content)}
{/if} {/if}
{#if showPublicationLink && event.kind !== 0} {/if}