Options
All
  • Public
  • Public/Protected
  • All
Menu

A template engine renders content into a template.

Type parameters

  • T: Dict<any> = Dict<any>

Hierarchy

  • TemplateEngine

Implemented by

Index

Methods

Methods

render

  • render(contents: T): Promise<string>
  • render<TCustom>(contents: TCustom, template: Template): Promise<string>