class Systems::MainSystem < Sinatra::Base get "/" do slim :index end end