{#await getData()} {:then quizzes}
{#each quizzes.hits as quiz}

{quiz.title}

{quiz.description}

Made by {quiz.user}
{/each}
{/await}