module Roda::RodaPlugins::Render::InstanceMethods

def render_template_opts(template, opts)

Convert template options to single hash when rendering templates using render.
def render_template_opts(template, opts)
  parse_template_opts(template, opts)
end