@using Microsoft.IdentityModel.Protocols.Configuration @model SiteSettings @{ ViewBag.Title = "Contact"; if (Model.Owner==null) throw new InvalidConfigurationException("no owner"); }

@ViewBag.Title

@ViewBag.Message

@Model.Owner.Name
@Html.DisplayFor(m=>m.Owner.PostalAddress)

Support: @(Model.Admin.Name)<@(Model.Admin.EMail)>
Marketing: @(Model.Owner.Name)<@(Model.Owner.EMail)>