Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c126d commit d97686aCopy full SHA for d97686a
lib/resty/template.lua
@@ -24,6 +24,7 @@ function _M.new(callback, minify, tags)
24
end
25
26
function _M.parse(self, tmpl, minify)
27
+ -- see https://github.com/dannote/lua-template
28
for k, v in pairs(self.replace_templae) do
29
tmpl = tmpl:gsub(k, v)
30
0 commit comments