@page @attribute [Authorize(Roles = "Profiles")] @{ ViewData["Title"] = "My Profile"; }
@section scripts { }