# File lib/cuba/render.rb, line 46 def render(template, locals = {}, options = {}, &block) _cache.fetch(template) { Tilt.new(template, 1, options.merge(outvar: '@_output')) }.render(self, locals, &block) end