Section

Page-level block container with title, subtitle, optional action link, and content area.

Usage Notes

Eyebrow / subtitle variants

namespace: "doc_section_eyebrow_diff",
  layout: {
    "column:demo": {
      "section:with-eyebrow": {
        eyebrow: "Overview",
        title: "With eyebrow",
        "text:body": {
          text: "Eyebrow appears above the title."
        }
      },
      "section:with-subtitle": {
        title: "With subtitle",
        subtitle: "Additional context below the title.",
        "text:body": {
          text: "Subtitle provides extra context."
        }
      }
    }
  }
}

API Reference