Questions
Ask a question
(sort = "newest")} > Newest
(sort = "top")} > Top
{#if loading}
Loading
{:else} {#each visible as question}
0 ? `${question.answerCount} answer${question.answerCount === 1 ? "" : "s"}` : undefined} voteCount={question.voteCount} targetType="question" targetId={question._id} /> {:else}
No questions yet.
Ask a question
{/each} {/if}