@ai-growth/nextjs
Version:
Seamlessly integrate Sanity CMS with Next.js applications for automated blog routing and rendering
10 lines (6 loc) • 295 B
Markdown
# 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.