{#snippet sectionHeading(title: string, depth: number)} {@const headingLevel = Math.min(depth + 1, 6)} {title} {/snippet} {#snippet contentParagraph( content: string, publicationType: string, isSectionStart: boolean, )}
{@html content}
{/snippet}