work off today
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module MustacheTemplateHandler
|
||||
def self.call(template)
|
||||
def self.call(template, source)
|
||||
binding.pry
|
||||
if template.locals.include? :locals
|
||||
"Mustache.render(#{template.source.inspect}, locals).html_safe"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user