MandarineMvc.TemplateEngine.Engines
import { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts";
const { Engines } = MandarineMvc.TemplateEngine;
Supported view engines by mandarine
enum Engines { }
HANDLEBARS = "handlebars",
EJS = "ejs",