koa-modules / swig

Koa view render based on Swig, support tags, filters, and extensions
MIT License
30 stars 12 forks source link

Added support for this.locals #14

Closed Siedrix closed 9 years ago

Siedrix commented 9 years ago

The content of this.locals is not been passed to the template.

Also, I think that mixin(opts, locals); doesn't do anything with koa-locals since locals is a function and utils-merge merges objects, so I removed mixin(opts, locals);.