main
cshtml 8 lines 164 Bytes
Raw
1 @page
2 @model PrivacyModel
3 @{
4 ViewData["Title"] = "Privacy Policy";
5 }
6 <h1>@ViewData["Title"]</h1>
7
8 <p>Use this page to detail your site's privacy policy.</p>