import React from 'react' import { Layout } from '../components/layout' export default () => { return ( <Layout> <dl> <dt>Pathname</dt> <dd data-pathname="/pages">/pages</dd> </dl> </Layout> ) }