Notes
Data in the frontmatter above is rendered below — no JavaScript required on the client.
File-based routing
Create a .astro file in src/pages/ and you get a URL.
Frontmatter
The --- block at the top runs at build time, not in the browser.
Layouts
Wrap pages in BaseLayout to share nav, footer, and head tags.