import Layout from '../components/layout' import { attributes, html } from '../content/home.md' const Home = () => (

{attributes.title}

) export default Home