--- import '../styles/global.css'; interface Props { title: string; description?: string; } const { title, description = "Theater Ziefen - Coming 2029" } = Astro.props; ---