module Roda::RodaPlugins::Partials

def self.load_dependencies(app, opts=OPTS)

Also depend on the render_each plugin.
Depend on the render plugin, passing received options to it.
def self.load_dependencies(app, opts=OPTS)
  app.plugin :render, opts
  app.plugin :render_each
end