@{ ViewData["Title"] = "Start Page"; }

Welcome to Hotline Planner

@if (User.Identity != null && User.Identity.IsAuthenticated) {

Hello, @User.Identity.Name!

You have successfully logged in.

} else {

Please sign in to continue.

}