Skip to content
BaseLayer Themes

Content 03

Two-column — subtitle left, title + body right

Live preview

Services

Design systems that stay out of the way

Reusable sections, sensible defaults, room to brand.

Themes should feel like a kit — not a cage. Config-driven blocks let you compose pages quickly while still owning the look.

When requirements change, you swap a section instead of rebuilding the page.

File: src/blocks/content/Content03.astro

Left column: all-caps subtitle. Right: title plus body stack (preText, blank-line text, CTA).

Config (blocks.tscontent03)

content03: {
  width: "wide",
  subtitle: "Services",
  title: "Design systems that stay out of the way",
  preText: "Reusable sections…",
  text: "…\n\n…",
  ctaVariant: "link",
  padding: "lg",
},

Props

Same shared Content props as Content01/02 (width, subtitle, title, preText, text, cta, ctaUrl, ctaVariant, padding, borders).

← Content versions · Blocks overview