import { Head } from '@bestatic/layout'

<Head>
  <title>Head example {props.meta.name}</title>
</Head>

<p children={JSON.stringify(props.meta)} />