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