class HomeController < ApplicationController
  def index
    @webpage_title = "#{SITE_TITLE} Homepage"
  end
end
