8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
---
|
|
title: Page not found
|
|
---
|
|
|
|
import Layout from "~/layouts/PageLayout.astro";
|
|
|
|
<Layout title={frontmatter.title} />
|