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