{post.name}
{post.content}
{#if commentTree}
{ if (comment.author?.id == post.author?.id) { return ["Original 🖋️"]; } return []; }}>
{/if}