Extracted template from Underscore, use '_.template' without full underscore source.
npm install underscore.template_.template without full underscore source.[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]
[![Bower version][bower-image]][bower-url]


[npm-url]: https://npmjs.org/package/underscore.template
[downloads-image]: http://img.shields.io/npm/dm/underscore.template.svg
[npm-image]: http://img.shields.io/npm/v/underscore.template.svg
[bower-url]:http://badge.fury.io/bo/underscore.template
[bower-image]: https://badge.fury.io/bo/underscore.template.svg
```
npm install underscore.template
``
bower install underscore.template
`js
var UnderscoreTemplate = require('underscore.template');
var template = UnderscoreTemplate("<%- value %>");
template({value: 'hello world'});
// hello world
template({value: '
`
`js
var template = UnderscoreTemplate("<%- value %>");
template({value: 'hello world'});
// hello world
`
```
npm test
MIT, see the LICENSE file for detail.