Responsive HTML email templates for transactional emails — welcome, password reset, invoice, shipping, and verification. Jinja-style `{{variable}}` placeholders with conditional block support.
Preview not available.
Preview not available.
Preview not available.
5 built-in templates — Welcome, Password Reset, Invoice, Shipping Notification, Email Verification
Responsive 600px layout — Works on desktop and mobile email clients
Mustache-like substitution — `{{variable}}` for values, `{{#var}}...{{/var}}` for conditional blocks
Brand customization — Colors, logo, company name, support email, and address
Preview with sample data — See how templates look before wiring them up
CAN-SPAM compliant — Footer includes physical address and unsubscribe link
Configure Transactional Templates parameters to see how the product works.
# List all available templates python src/transactional_templates.py list # Preview a template with sample data python src/transactional_templates.py preview welcome # Render with your own variables python src/transactional_templates.py render welcome --vars examples/welcome_vars.json # Render an