express-plates
This small piece of code allow you to simply use Flatiron's Plate template engine in within Express framework.
Example
Ready to run examples can be found at express-plates-examples
How to
By default, .html views are associated to plates engine. The association is a one line code: require('express-plates').init(app);
Here is a more detailed example:
app = ;;app;app;app;
You may customize the express engine setting:
var express = = ;var app = ;var expressPlates = ;app;
Maps
You can require plates and use Map() easilly :
var expressPlates = ;var plates = ; app;app; // further in the app... app;