module Roda::RodaPlugins::ContentFor

def self.load_dependencies(app, _opts = {})

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