Dasix / grits

An opinionated Dust.js Renderer with Markdown and Front-Matter features added.
Other
0 stars 1 forks source link

Make grits compliant as an express template engine. #53

Open robwhite4 opened 8 years ago

robwhite4 commented 8 years ago

Here is something I saw in the express docs.

Express-compliant template engines such as Jade export a function named __express(filePath, options, callback), which is called by the res.render() function to render the template code.

See: http://expressjs.com/en/guide/using-template-engines.html

vmadman commented 7 years ago

This issue relates to #3