{#if (context.isStartOfScene)}
What is the name of the word:
<lastChapter>{context.previousChapter.fullText}</lastChapter>
{#else}
Here is what you are looking for:
<currentChapter>{chapter.fullText}</currentChapter>
{#endif}
September 4, 2024