🎨 Template API Service

This service provides HTML templates via REST API.

📚 API Endpoints

1. List All Templates

GET /api/templates

Returns 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