import React from 'react' import { Links } from './links' export const Layout = ({ children }) => { return ( <>

Partial Prerendering

Below are links that are associated with different pages that all will partially prerender

{children}
) }