xtemplate / xtpl

nodejs wrapper around xtemplate engine (easier for expressjs and koajs)
MIT License
100 stars 25 forks source link

how to use in koa2? #13

Open dcboy opened 8 years ago

dcboy commented 8 years ago

i want to use this lib in koa2 ,is that support? how to use?

mybolide commented 7 years ago

如何用在koa2上, ctx.render 404

sixwinds commented 7 years ago

I wrote a koa2 version of xtpl: https://github.com/sixwinds/xtpl4koa2 . It's a personal plugin and because I am new to node and koa, any enhancement pr is welcomed.

mailylqj commented 6 years ago

难道这个很久没得更新了吗?

chang-ke commented 6 years ago

@mailylqj 现在koa2可以用了,具体使用方法看README