{#if event}
{#if authorProfile?.picture} {:else}
{displayName.charAt(0).toUpperCase()}
{/if}
{displayName} {#if authorProfile?.nip05} {authorProfile.nip05} {/if}
{timeAgo}
{#if contentWarning && !showWarned}
CW: {contentWarning}
{:else}
{@html parsedContent}
{#if images.length > 0}
1}> {#each images as src} {/each}
{/if} {/if}
{/if}