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

MandarineMvc.TemplateEngine.Template

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

const { Template } = MandarineMvc.TemplateEngine;

Information of the template registered in the templates' registry

interface Template {
content: string;
templateFullPath: string;
}

§Properties

§
content: string
[src]
§
templateFullPath: string
[src]