@page "/" @model IndexModel @{ ViewData["title"] = $"Home - {Model.InstanceName}"; //TODO: logo / banner & favicon } @section head { }

@Model.InstanceName

@Model.InstanceDescription

Login @if (Model.ContactEmail != null) { | Contact instance administrators }