1 2 3 4 5 6 7 8
--- import Page from "../../layouts/Page.astro"; --- <Page title="Blog" description="Where I post can be anything!"> <main> </main> </Page>