@page @model LoginModel @{ Layout = "_Layout"; ViewData["Title"] = "Contoso log-in"; }

@ViewData["Title"]

@section Scripts { }