🎨 Template API Service
This service provides HTML templates via REST API.
📚 API Endpoints
1. List All Templates
GET /api/templatesReturns an array of available template names (without .html extension)
2. Get Template Content
GET /api/templates/[name]Returns JSON with template metadata and HTML content
🔒 Security
- Domain whitelist enabled
- CORS configured
- Cache optimized for CDN