{#if shouldShowNip05 && profile?.nip05} {profile.nip05[0]} {/if} {#if badges} {@render badges()} {/if} {#if relativeTime} {relativeTime} {/if} {#if clientName} via {clientName} {/if} {#if topics && topics.length > 0} {#each topics.slice(0, 3) as topic} {topic} {/each} {/if} {#if left} {@render left()} {/if}
{#if actions} {@render actions()} {/if} {#if kindLabel} {kindLabel} {/if}
{#if showDivider}
{/if}