render
Summary
Render a template with the provided dataSignature
Parameters
templateName
Type:string
data
Type:ITemplateData
Returns
Type:Promise<string>
Render a template with the provided dataDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Render a template with the provided data
render(templateName: string, data: ITemplateData): Promise<string>;
string
ITemplateData
Promise<string>
Render a template with the provided dataWas this page helpful?
