{#if replyUrl}
Add a comment on bluesky →
{/if} {#if loading}
Loading comments…
{:else if errorMessage}
{errorMessage}
{:else if comments.length === 0}
No comments yet.
{:else}
({ reply: { count: comment.replyCount, href: comment.href }, like: { count: comment.likeCount, href: comment.href } })} />
{/if}