{#snippet sectionHeading(title: string, depth: number)} {#if depth === 0}
{title}
{:else if depth === 1}
{title}
{:else if depth === 2}
{title}
{:else if depth === 3}
{title}
{:else if depth === 4}
{title}
{:else}
{title}
{/if} {/snippet} {#snippet contentParagraph(content: string, publicationType: string, isSectionStart: boolean)} {#if publicationType === 'novel'}
{@html content}
{:else}
{@html content}
{/if} {/snippet}