@page "/pirate" @model LBPUnion.ProjectLighthouse.Servers.Website.Pages.PirateSignupPage @{ Layout = "Layouts/BaseLayout"; Model.Title = "ARRRRRRRRRR!"; } @if (Model.User!.Language != "en-PT") {

So, ye wanna be a pirate? Well, ye came to the right place!

Just click this 'ere button, and welcome aboard!

If you ever wanna walk the plank, come back 'ere.

@Html.AntiForgeryToken()
} else {

Back so soon, aye?

If you're gonna walk the plank, then do it!

@Html.AntiForgeryToken()
}