Concept Flow - Fetching APIs in frontmatter
Start Astro file
Frontmatter block begins
Fetch API data asynchronously
Store fetched data in variables
Frontmatter block ends
Use data in template to render
Page renders with API data
Astro fetches API data inside the frontmatter before rendering the page template.