module Roda::RodaPlugins::ViewSubdirs

def self.load_dependencies(app)

works by overriding a method in the render plugin.
Load the render plugin before this plugin, since this plugin
def self.load_dependencies(app)
  app.plugin :render
end