blob: 5d44ac81d12f1bc26ac6a5b71d63d8c8e7c35f22 (
plain)
1
2
3
4
5
|
lustache allows you to use the Mustache templating standard in Lua by
passing in a string, data, and partial templates. It precompiles and
caches templates for speed, and allows you to build complex strings such
as html pages by iterating through a table and inserting values. Find out
more about Mustache at https://mustache.github.io.
|