You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
You have a bug in instantiate_template_from_string, where opts aren't being passed correctly to Tilt.new. In addition, in lib/angelo/templates.rb, line 61, the code render = ->{ template.render(self, locals) } should respect the :scope option, if set.
You have a bug in
instantiate_template_from_string, whereoptsaren't being passed correctly toTilt.new. In addition, inlib/angelo/templates.rb, line 61, the coderender = ->{ template.render(self, locals) }should respect the:scopeoption, if set.