module Sinatra::Namespace::InstanceMethods

def template_cache

def template_cache
  super.fetch(:nested, @namespace) { TemplateCache.new }
end