# Templates and template parts

Use this file when creating or editing HTML templates/parts.

## Key folders

- `templates/` for templates.
- `parts/` for template parts.

Template parts must not be nested in subdirectories.

Upstream references:

- Templates + parts overview: https://developer.wordpress.org/themes/block-themes/theme-structure/
- Template parts details: https://developer.wordpress.org/themes/block-themes/template-parts/

