module Roda::RodaPlugins::PadrinoRender::InstanceMethods

def render(template, opts=OPTS)

uses a layout by default.
Call view with the given arguments, so that render
def render(template, opts=OPTS)
  view(template, opts)
end