--- import Nav from '../components/Nav.astro'; import Particle from '../components/Particle.astro'; import Footer from '../components/Footer.astro'; const {title} = Astro.props; --- {title}