module Roda::RodaPlugins::Render::InstanceMethods

def _layout_method

Return a symbol containing the optimized layout method
def _layout_method
  self.class.opts[:render][:template_method_cache][:_roda_layout]
end