--- // Responsive 16:9 YouTube embed using the privacy-enhanced (nocookie) domain. interface Props { id: string; title: string; } const { id, title } = Astro.props; ---