import { PageData } from "lume/core.ts"; export const title = "Sam Site 2.0"; export const layout = "layouts/head.njk"; export default ({ data }: PageData) => ( <>

{title}

Stuff

There was a website here. There isn't anymore.

There will be, eventually.

);