Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NunjucksPlugin

Plugin providing support for the nunjucks template engine.

Hierarchy

  • NunjucksPlugin

Implements

Index

Constructors

Properties

config: Record<string, any>
pod: Pod
shortcutFilters: Record<string, Function>
shortcutGlobals: Record<string, any>

Methods

  • addFilter(filterName: string, filterMethod: Function): void
  • addGlobal(globalName: string, value: any): void

Generated using TypeDoc