{#if !hasGuesses}

Instructions

Guess what book of the bible you think the verse is from. You will get clues to help you after each guess.

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