{# Placeholder for a child recipe that failed to render under compound dispatch (transform raised, or _process_recipe returned None). Context vars: - ``failure.slug`` — bare recipe slug; the section id is computed as ``fs-section-{slug}`` so TOC links land here. - ``failure.title`` — display title (recipe.name or output.slide_title). - ``failure.error`` — human-readable error message. - ``section_number`` — 1-based ordinal for the eyebrow label. Same id-shape as the RenderedFragment wrapper (``id="fs-section-{slug}"``) so the TOC anchor href resolves to the failure callout instead of 404-ing inside the document. See the compound-reports design spec § 4-5 (failure semantics) and § 5 (assembler step 3). #}
SECTION {{ '%02d'|format(section_number) }}

{{ failure.title }}

Section failed to render

{{ failure.error }}