class IndexController < Sinatra::Base get '/' do erb :index, :locals => { :title => 'Home' } end end