module Roda::RodaPlugins::Render::InstanceMethods

def template_name(opts)

The name to use for the template. By default, just converts the :template option to a string.
def template_name(opts)
  opts[:template].to_s
end