Gutenberg Block Themes — a practical guide to WordPress block theme with clear examples you can reuse in real projects.
WordPress Theme Development Series (49/96). Prefer one article? Read the complete WordPress theme development tutorial.
Short description
Block themes replace many PHP templates with `templates/` and `parts/` HTML files powered by blocks.
Block theme folders
theme/
style.css
functions.php (optional/minimal)
theme.json
templates/index.html
parts/header.html
parts/footer.html