Description
Template rendering can be added to Lua 5.3 projects with a library designed to keep template logic controlled.
This Git package is useful for developers generating text, configuration, pages, or messages from Lua data. It is a template library, not a website builder.
Templates can still expose data or create malformed output. Escape untrusted values and test generated text before publishing it.