--- interface Props { title: string; description: string; lang?: string; } const { title, description, lang = 'en' } = Astro.props; --- {title}