create .astro boilerplate
This commit is contained in:
parent
46c16a7e68
commit
ab81b85938
1 changed files with 10 additions and 0 deletions
10
src/pages/boilerplate.astro
Normal file
10
src/pages/boilerplate.astro
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
import Layout from '../layouts/Layout.astro';
|
||||||
|
import Card from '../components/Card.astro';
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout title="LimePot - ">
|
||||||
|
<main>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
</Layout>
|
Loading…
Reference in a new issue