work off today

This commit is contained in:
2020-02-25 11:09:27 -05:00
parent da2ba6230d
commit 8740300b9a
34 changed files with 657 additions and 662 deletions
@@ -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