This is a starter blog post.
The blog blueprint at backend/blog/routes.py loads markdown files from
content/blog/*.md. Each post needs title, description, and date
frontmatter at minimum.
Adding posts
Create a new .md file in this directory with the frontmatter shown
above and write your content below the closing ---. The cache reloads
automatically when files change.