Closed Siedrix closed 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);.
mixin(opts, locals);
utils-merge
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 andutils-merge
merges objects, so I removedmixin(opts, locals);
.