Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineMvc.TemplateEngine

import { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts"; 

const { TemplateEngine } = MandarineMvc;

Refers to all the information that the rendering engine needs to work out.

§Namespace

MandarineMvc.TemplateEngine.Decorators

Decorators information related to the view engine/template engine

§Classes

MandarineMvc.TemplateEngine.RenderEngine

§Enums

MandarineMvc.TemplateEngine.Engines

Supported view engines by mandarine

§Interfaces

MandarineMvc.TemplateEngine.Decorators.RenderData
MandarineMvc.TemplateEngine.RenderingOptions

If manual is set to true then the template is defined in the decorator @Render

MandarineMvc.TemplateEngine.Template

Information of the template registered in the templates' registry