@page @attribute [Authorize(Roles = "TodoItems")] @{ ViewData["Title"] = "Todo Item List"; }
@section scripts { }