Hello!
On Mon, May 27, 2013 at 9:21 PM, Nicolas Rioux wrote:
> Hi! I've been using openresty for a little while and I'm very impressed!
> Good work!
>
Thank you!
> I was wondering if you could recommend a templating engine to use with
> openresty?
> What I'm looking for is simply merge html files and replace variables with
> values.
>
There's a lot of Lua-based templating libraries out there. For the
sake of simplicity, I'd recommend the ltp library:
http://www.savarese.com/software/ltp/
BTW, I've been going to include an official templating library in OpenResty ;)
Also, I'm cc'ing the openresty-en mailing list:
https://groups.google.com/group/openresty-en You're recommended to
join the list and ask questions there in the future. You'll probably
get more useful suggestions from the user community :)
Best regards,
-agentzh