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