postmark-templates
Installation
SKILL.md
Email Templates with Postmark
Overview
Postmark templates are server-side email templates using Handlebars syntax. Templates are rendered on Postmark's servers — no client-side rendering library needed.
| Feature | Description |
|---|---|
| Syntax | Handlebars (Mustache-compatible) |
| Rendering | Server-side — no React, no client library |
| Types | Standard templates and Layout templates |
| Inheritance | Standard templates can inherit from a Layout |
| Validation | API endpoint to test-render templates before sending |
| Cross-server | Push templates between servers (staging → production) |
| Limit | 100 templates per server (contact support for more) |