@page @model OliverBooth.Pages.Contact.Result @{ ViewData["Title"] = "Contact"; } @if (Model.WasSuccessful) {
Thank you for getting in touch. I will get back to you as soon as possible.
In the meantime, why not check out my blog or portfolio?
} else {Sorry, something went wrong. This has been logged and if it's a problem on my end, I'll get to it soon.
}