--- import '../styles/global.css'; export interface Props { title?: string; description?: string; } const { title, description } = Astro.props; ---