export function Layout({ children /*, pageContext */ }) {
  return (
    <main id="main">
      {children}
    </main>
  );
}
