--- interface Props { id: string; title: string; } const { id, title } = Astro.props; ---