{#if event.kind === GROUP_REPLY}

{displayProfile($parentProfile, displayPubkey(parentPubkey))}

{$parentEvent?.content || "View note"}

{/if}
{#if showPubkey} {:else}
{/if}
{#if showPubkey} {displayProfile($profile, displayPubkey(event.pubkey))} {/if}

{event.content}