Expand description
Email template rendering with Handlebars
Loads HTML and plain text templates from filesystem and renders them with variable substitution. Supports:
- YAML frontmatter for metadata (subject, layout)
- Layout templates for consistent email structure
- Language-specific template variants
Structsยง
- Render
Result - Result of template rendering
- Template
Engine - Template engine for email rendering
- Template
Metadata - Metadata extracted from template frontmatter