This website requires JavaScript.
Explore
Help
Sign In
localhots
/
template_engine_comparison
Watch
1
Star
0
Fork
You've already forked template_engine_comparison
0
Code
Releases
Activity
e24c040f01
template_engine_comparison
/
lib
/
workbench
/
wrappers
/
mustache.rb
8 lines
127 B
Ruby
Raw
Blame
History
module
Wrappers
class
Mustache
<
Base
def
render
context
,
args
=
{
}
::
Mustache
.
render
(
tpl
,
args
)
end
end
end
View Git Blame
Copy Permalink