Skip to content

Closing

Final slide with heading, message, optional quote, resource links, and optional mascot.

Closing slide with thank-you heading, message, resource links, and mascot

Example

yaml
- template: closing
  enabled: true
  content:
    heading: Thank you
    message: |-
      Keep the schema honest and the examples real.

      1. Validate content
      2. Review generated slides
    quote: YAML in, static site out.
    repository_fa_icon: fa-github
    docs_fa_icon: fa-book
    community_fa_icon: fa-shield-alt

Data sources

RegionSource
Headingcontent.heading (rendered with a trailing !)
Messagecontent.message, with lightweight rich text support
Quotecontent.quote
Resource pillssite.links.repository, site.links.docs, site.links.community
Mascotsite.mascot (hidden if not configured)

Fields

FieldRequiredType
content.headingyesstring
content.messageyesstring; supports lightweight rich text
content.quotestring
content.repository_fa_iconstring
content.docs_fa_iconstring
content.community_fa_iconstring

Slide-level title is not required. content.message accepts the lightweight rich text documented in Concepts.

Icon defaults are fa-github for the repository pill, fa-book for the docs pill, and fa-shield-alt for the community pill. Icon fields use supported values from the Font Awesome icon reference.