{#each data.quizzes as quiz}

{@html quiz.title}

{@html quiz.description ?? ''}

Questions: {quiz.questions.length}

View
{/each}
Previous Page

Page {data.page}

Next Page