{#if comments?.length === 0}
No comments yet! Be the first one!
{/if} {#each comments.slice(0, collapse_comments ? comments?.length : 1) as comment}
{/each} {#if comments?.length > 1}
collapse_comments = !collapse_comments} > {collapse_comments ? "Show less" : `Show more (${comments?.length - 1})`}
{/if}
Post