Simple conetent + restyled
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import Base from './Base.astro';
|
||||
import PageHero from '../components/PageHero.astro';
|
||||
interface Props { title: string }
|
||||
const { title } = Astro.props;
|
||||
---
|
||||
<Base title={title}>
|
||||
<PageHero title={title} />
|
||||
<div class="placeholder-body"></div>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user