--- // Layout.astro import '../styles/styles.css'; import Header from './Header.astro'; import Sidebar from './Sidebar.astro'; interface Props { title: string; } const { title } = Astro.props; --- {title} - juchatz.com