module Roda::RodaPlugins::PadrinoRender::InstanceMethods
def render(template, opts=OPTS)
Call view with the given arguments, so that render
def render(template, opts=OPTS) view(template, opts) end
def render(template, opts=OPTS) view(template, opts) end