--- import NavBar from '../components/NavBar.astro'; import ResourceBar from '../components/ResourceBar.astro'; interface Props { id: string; title: string; } const { title } = Astro.props; --- {title}