class ActiveAdmin::Views::Pages::Show

def main_content

def main_content
  if config.block
    # Eval the show config from the controller
    instance_exec resource, &config.block
  else
    default_main_content
  end
end