TemplateEngine.prototype.render(name: string,data: Readonly<Record<string, unknown>>): RenderedTemplate
Renders a template's bodies with data.
The rendered html/text bodies that the template defines
TemplateEngine.prototype.render(name: string,data: Readonly<Record<string, unknown>>): RenderedTemplate
Renders a template's bodies with data.
The rendered html/text bodies that the template defines
import { TemplateEngine } from "mail-plugin/src/index.ts";