# wukong-templates [![Build Status](https://travis-ci.org/fundon/wukong-templates.svg)](https://travis-ci.org/fundon/wukong-templates)

A wukong plugin to render files with templates using [co-views][].

### JavaScript Usqge

```js
var templates = require('wukong-templates');

wukong.use(templates({
  engine: 'swig',
  directory: 'templates'
));
```

### License

MIT

[co-views]: https://github.com/visionmedia/co-views
