module Roda::RodaPlugins::RenderEach

def self.load_dependencies(app)

calls the render method.
Load the render plugin before this plugin, since this plugin
def self.load_dependencies(app)
  app.plugin :render
end