# File lib/mongrel_config/app.rb, line 65
  def layout
    body_content = yield
    currently_running = _running?
    pid = _pid 
    open(GemPlugin::Manager.instance.resource("mongrel_config", "/index.html")) do |f|
      template = ERB.new(f.read)
      template.result(binding)
    end
  end