Skip to content

Commit

Permalink
Added plates support
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Worthen committed Jan 24, 2013
1 parent 0dec7b0 commit 8c1ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cons[name]('views/page.html', { user: 'tobi' }, function(err, html){
```
### Example using [Plates](https://github.com/flatiron/plates)

Since plates' bind method accepts a third argument, a map object, consolidate has to map arguments to plates differently than the other engines. To pass a map object to the template add it to options.map.
Plates accepts an optional third argument, a mapping object. To pass a map object through consolidate add it to options.map.

```js
var cons = require('consolidate')
Expand Down

0 comments on commit 8c1ea52

Please sign in to comment.