Skip to content

Instantly share code, notes, and snippets.

@trnktms
Last active January 15, 2021 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trnktms/2306b3f722a68b26c81e887e7d4331fc to your computer and use it in GitHub Desktop.
Save trnktms/2306b3f722a68b26c81e887e7d4331fc to your computer and use it in GitHub Desktop.
@model ChildrenBlockModel
@foreach (var child in Model?.Children ?? Enumerable.Empty<ItemLinkField<ContentBlockModel>>())
{
@await Html.PartialAsync("/Views/Shared/Components/SitecoreComponent/ContentBlock.cshtml", child.Fields)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment