7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
@{
|
||
|
ViewData["Title"] = "Privacy Policy";
|
||
|
}
|
||
|
<h2>@ViewData["Title"]</h2>
|
||
|
|
||
|
<p>Use this page to detail your site's privacy policy.</p>
|