@await Component.InvokeAsync(typeof(TopicBlockViewComponent), new { systemName = "ContactUs" })
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContactUsTop, additionalData = Model })
@if (Model.SuccessfullySent)
{
@Model.Result
}
else
{
}
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContactUsBottom, additionalData = Model })