Behind the dynamic layout system
How the drag-and-drop dashboard works under the hood.
## Layouts, sections, content blocks
The site has three composable pieces:
- **Layouts** — top-level pages (Dashboard, Blog, Videos)
- **Layout sections** — positioned cells inside a layout
- **Content blocks** — the editable content (markdown, video, etc.) bound to a section
Admins can drag, resize, or replace any section in-browser.
Hello, world
First post on the new TaineWebsite blog.
# Hello, world
This is the inaugural post on the blog. Articles here are stored as **content blocks** and rendered through the dynamic layout system, so admins can rearrange or add new ones without redeploying.
## What's coming
- Project updates
- Walkthroughs of the dashboard editor
- Notes on automation work