Back
{title}
{#each tocEntries as entry (entry.index)}
goToSection(entry.index)} > {entry.title}
{/each}
{sectionTitle}
{#if totalSections > 1}
{currentIdx + 1} / {totalSections}
{/if}
{#if sections.length === 0}
No content available for this publication.
{:else}
{@html renderedContent}
{/if}
{#if totalSections > 1}
Previous
= totalSections - 1}> Next
{/if}