--- interface Props { title: string; description: string; } const { title, description } = Astro.props; const contributingUrl = 'https://github.com/github/awesome-copilot/blob/main/CONTRIBUTING.md'; ---