module Roda::RodaPlugins::Render::ClassMethods

def render_opts

Return the render options for this class.
def render_opts
  opts[:render]
end