--- import Navigation from '../components/Navigation.astro'; import Footer from '../components/Footer.astro'; import '../styles/global.css'; import '../styles/auditTrail.css'; import '../styles/knowledgebase.css'; import '../styles/palette.css'; import '../styles/autocomplete.css'; export interface Props { title: string; description?: string; } const { title, description = 'ForensicPathways - A comprehensive directory of digital forensics and incident response tools' } = Astro.props; --- {title} - ForensicPathways