@page
@model AdminPageModel
@{
    ViewData["Title"] = "Admin";
}
<h1>@ViewData["Title"]</h1>

<p>page full of admin stuff</p>