@{
ViewData["Title"] = "Signed out";
}
<h2 text-translate="true">@ViewData["Title"]</h2>
<p>
You have successfully signed out.
</p>