--- import '@/styles/global.css'; import ThemeToggle from '@/components/ThemeToggle'; interface Props { title: string; description?: string; } const { title, description = "Classic electronics reference notebooks from Forrest M. Mims III" } = Astro.props; --- {title} | Electronics Reference Library