TasksTracker.WebPortal.Frontend.Ui/Pages/Privacy.cshtml (7 lines of code) (raw):

@page @model PrivacyModel @{ ViewData["Title"] = "Privacy Policy"; } <h1>@ViewData["Title"]</h1> <p>Use this page to detail your site's privacy policy.</p>