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