# File lib/cuba/render.rb, line 35
    def render(template, locals = {}, options = {}, &block)
      _cache.fetch(template) {
        Tilt.new(template, 1, options)
      }.render(self, locals, &block)
    end