class AuthController < Sinatra::Base get '/login' do erb :'auth/login', :locals => { :title => 'Login to your account' } end end