module Roda::RodaPlugins::RenderLocals::InstanceMethods

def _cached_template_method(template)

options will have no locals.
Disable use of cached templates, since it assumes a render/view call with no
def _cached_template_method(template)
  nil
end