Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

render

Summary

Render a template with the provided data

Signature

render(templateName: string, data: ITemplateData): Promise<string>;

Parameters

templateName

Type:string

data

Type:ITemplateData

Returns

Type:Promise<string> Render a template with the provided data