module Roda::RodaPlugins::MultiView

def self.load_dependencies(app)

sense when the render plugin is used.
Depend on the render plugin, since this plugin only makes
def self.load_dependencies(app)
  app.plugin :render
end