Playing around with options for base structure and navigation
This commit is contained in:
6
src/pages/contact.astro
Normal file
6
src/pages/contact.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user