--- export interface Props { id?: string; title: string; count?: string; intro?: string; surface?: boolean; className?: string; } const { id, title, count, intro, surface = false, className, } = Astro.props; ---
{intro}