@model EditForumPostModel @{ Layout = "_ColumnsOne"; NopHtml.AddTitleParts(T("Forum.PageTitle.PostNew").Text); } @await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsPostCreateBefore, additionalData = Model })
@await Html.PartialAsync("_CreateUpdatePost", Model)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsPostCreateAfter, additionalData = Model })