# CMS Templates

This directory contains default templates for rendering CMS content.

## Structure

- `default/` - Default blog post template
- `custom/` - Examples of custom template overrides

Templates are React components that receive `CMSPageContent` as props and render the page content. 