--- import Navbar from "@/components/Navbar.astro" import Footer from "@/components/Footer.astro" import { languageTag } from "@/paraglide/runtime" interface Props { title: string class?: string } const { title, class: clazz } = Astro.props --- {title}