@await Component.InvokeAsync(typeof(EntityContentEditorViewComponent), new
{
entityType = BlogPostConsts.EntityType,
displaySubmitButton = false
})
@await Component.InvokeAsync(typeof(TagEditorViewComponent), new
{
entityType = BlogPostConsts.EntityType,
displaySubmitButton = false
})