basic markdown page

This commit is contained in:
tree🌴 2024-03-06 11:58:19 +01:00
parent c858c04491
commit 9ef3561529
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
import BaseLayout from './base.astro';
const { frontmatter } = Astro.props;
---
<BaseLayout title={frontmatter.title}>
<div class="middle-pane-medium mt-10">
<slot />
</div>
</BaseLayout>

8
src/pages/membership.md Normal file
View File

@ -0,0 +1,8 @@
---
layout: ../layouts/markdown.astro
title: Membership
---
# hello
This is a test page