# File lib/camping/server.rb, line 191
    def index_page(apps)
      [200, {'Content-Type' => 'text/html'}, [TEMPLATE.result(binding)]]
    end