{#if record.author.avatar}

{/if}
{#if record.author.displayName}
{record.author.displayName}
{/if}
@{record.author.handle}
{#if record.htmlContent}
{@html sanitize(record.htmlContent, { ADD_ATTR: ['target'] })}
{/if}
{#if record.embed}
{#if record.embed.type === 'images'}
{:else if record.embed.type === 'external' && record.embed.external}
{:else if record.embed.type === 'video' && record.embed.video}
{/if}
{/if}