import Footer from './footer'; import Header from './header'; function Layout({ children, title, name }) { return (