---
import Layout from '~/layouts/Layout.astro'
---

<Layout>
  <h1 class="text-3xl font-bold">{{name}}</h1>
</Layout>
