--- import 'bootstrap/dist/css/bootstrap.css' interface Props { title: string; } const { title } = Astro.props; --- {title}