module Roda::RodaPlugins::ContentFor

def self.load_dependencies(app, _opts = OPTS)

to capture the content.
Depend on the capture_erb plugin, since it uses capture_erb
def self.load_dependencies(app, _opts = OPTS)
  app.plugin :capture_erb
end