Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NunjucksTemplateEngine

Template engine providing support for the nunjucks templating.

Hierarchy

  • NunjucksTemplateEngine

Implements

Index

Constructors

Properties

env: Environment
pod: Pod

Methods

  • getTimer(podPath?: string): Timer
  • getTimerAfterRender(podPath?: string): Timer
  • render(path: string, context: any): Promise<string>
  • renderFromString(template: string, context: any): Promise<string>

Generated using TypeDoc