6
1
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
127 B
Plaintext

---
import Base from './Base.astro'
const { title } = Astro.props
---
<Base>
<h1>Post: {title}</h1>
<slot />
</Base>