
Templating Engine (HTML) for Lua and OpenResty.
lua-resty-template is a compiling (HTML) templating engine for Lua and OpenResty. It allows you to translate templates to Lua functions or bytecode blobs that can be later used with lua-resty-template or standard Lua functions. The engine handles the compilation process behind the scenes, so you don't have to worry about it.
opm install bungle/lua-resty-template
luarocks install lua-resty-template
lua-resty-template is a powerful templating engine for Lua and OpenResty. It provides features like template compilation, inline template strings, template syntax with various tags, and support for template inheritance. The engine is easy to install using either opm or LuaRocks. With lua-resty-template, you can efficiently generate dynamic HTML content in your Lua or OpenResty applications.
