Simple Lua HTML templating system. Lua-smpltmpl supports a simple templating language intended for creating HTML output. Lua expressions and statements can be inserted.
Source code available on GitHub.
Documentation
Releases
Version 2.0
Released 31 May 2019. Download lua-smpltmpl-2.0.tar.gz.
- Switched to supporting Lua 5.3 instead of 5.1.
- Fixed bug in checking whether included files actually exist.
Version 1.0
Released 13 July 2012. Download lua-smpltmpl-1.0.tar.gz.
- Initial release.