---
import BaseLayout from '../layouts/BaseLayout.astro'
<BaseLayout>
<h1>Homepage</h1>
</BaseLayout>