Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Last active November 30, 2022 16:41
if (node.CustomFields.{{NameOfField}}!= null)
{
<div>@node.CustomFields.{{NameOfField}} </div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment