{#if !hasGuesses}

Instructions

Guess what book of the bible you think the verse is from. You will get clues to tell you if your guess is close or not. Green means the category is correct; red means wrong.

{:else}
Book
Testament
Section
First Letter
{#each guesses as guess, rowIndex (guess.book.id)}
{getBoxContent(guess, "book")}
{getBoxContent(guess, "testament")}
{getBoxContent(guess, "section")} {#if guess.adjacent} ‼️ {/if}
{getBoxContent(guess, "firstLetter")}
{/each}
{/if}