module Roda::RodaPlugins::RenderEach::InstanceMethods
def render_each_default_local(template)
The default local variable name to use for the template, if the :local option
def render_each_default_local(template) File.basename(template.to_s).sub(/\..+\z/, '').to_sym end