lemplate icon indicating copy to clipboard operation
lemplate copied to clipboard

OpenResty/Lua template framework implementing Perl's TT2 templating language

Results 2 lemplate issues
Sort by recently updated
recently updated
newest added

global variable assignment used in function keys.

Using `INCLUDE` with variable generates invalid lua code. Looks like it concatenates how to get the variable value with the logic of getting the block. Version 0.11 ## Template ```tt2...