{#snippet avatar(a: Author, cls: string)} {#if a.picture} {:else} {a.name[0].toUpperCase()} {/if} {/snippet}
{thread.title}
by {@render avatar(thread.author, "h-5 w-5 rounded-full object-cover")} {#if thread.repliers.length > 0} and
{#each thread.repliers as r, i} {@render avatar( r, "h-5 w-5 rounded-full object-cover ring-1 ring-white", )} {/each}
{/if} {#if thread.labels.length > 0}
{#each thread.labels as l} {/each}
{/if}
{thread.replyCount} replies
{@render avatar( thread.lastActiveAuthor, "h-5 w-5 rounded-full object-cover", )} {thread.lastActivity}
activity