Hello,
can you give me some advices for choosing a simple and fast Lua templating engine commonly used.
When I say simple, I just wanna do very basic things: ability to do loops for building arrays, to display some blocks with conditions and to manage headers and footers in order to harmonize each page.
Currently a part of my website is under PHP-FPM with XCACHE, it's fast but it's very memory consuming with several connected users so I would like to remove PHP in order to use only Openresty to save some memory, to be easier to administer and to stay as fast as PHP or faster to serve requests.
Jérôme