express-edge
Use Edge templating engine with Express
Installation
npm install express-edge --save
Usage
See the Edge documentation for how to structure your templates.
const express = ;const app = ;const config engine = ; // Configure Edge if need to; // Automatically sets view engine and adds dot notation to app.renderapp;app; app; app;
License
MIT © Daniel Eckermann