lua-template icon indicating copy to clipboard operation
lua-template copied to clipboard

The simplest Lua template engine

Results 2 lua-template issues
Sort by recently updated
recently updated
newest added

The code uses setfenv, which no longer exists after 5.1 I could try to write a patch that makes the code compatible with lua>5.1 if you're fine with that idea.

make the tag configurable, i'd like to using tag like this. ``` => {{ }} => {% %} ```

enhancement