--- import type { SkillGroup } from "../data/skills"; interface Props { group: SkillGroup; } const { group } = Astro.props; ---

{group.title}

{group.blurb}