class Jaeimport { Jae } from "https://deno.land/x/drash@v2.8.1/src/services/tengine/jae.ts"; ConstructorsnewJae(viewsPath: string)Construct an object of this class. Propertiesviews_path: stringA property to hold the base path to the template(s). Methodsrender(template: string, data: unknown): stringRender a template file and replace all template variables with the specified data.