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