module Roda::RodaPlugins::BranchLocals

def self.load_dependencies(app)

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